Every time I'm running a s3cmd sync . s3://www.***** --delete-removed --acl-public command to sync my local files to a S3 bucket, it will upload all of my local files. Using the `--verbose`` flag outputs the following
INFO: Compiling list of local files...
INFO: Running stat() and reading/calculating MD5 values on 91 files, this may take some time...
INFO: Retrieving list of remote files for s3://www.*****/. ...
INFO: Found 91 local files, 0 remote files
INFO: Verifying attributes...
INFO: Summary: 49 local files to upload, 42 files to remote copy, 0 remote files to delete
I can run the command a second time and it will give the same info again and it will upload again all of the files.
Why does it say 0 remote files?
I'm pretty sure this has worked properly in a previous version of s3cmd.
Every time I'm running a
s3cmd sync . s3://www.***** --delete-removed --acl-publiccommand to sync my local files to a S3 bucket, it will upload all of my local files. Using the `--verbose`` flag outputs the followingI can run the command a second time and it will give the same info again and it will upload again all of the files.
Why does it say
0 remote files?I'm pretty sure this has worked properly in a previous version of s3cmd.