SFTP Gateway not syncing subdirectories of "uploads" dir

Issue #1 resolved
Jeff Thorn created an issue

Subdirectories are not getting synced to S3.

sftp> mkdir subdir
sftp> cd subdir
sftp> pwd
Remote working directory: /home/user/uploads/subdir
sftp> put /tmp/test subdir_test
Uploading /tmp/test to /home/user/uploads/subdir/subdir_test
/tmp/test                                                       100% 8095   431.8KB/s   00:00

-> subdir and subdir_test not moved to S3

Comments (2)

  1. Log in to comment