Skip to content

s3cmd sync doesn't detect remote files #660

@obecker

Description

@obecker

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions