Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync occurs despite the fact that the contents haven't changed #710

Closed
rodriguezsergio opened this issue Mar 20, 2014 · 1 comment
Closed
Labels

Comments

@rodriguezsergio
Copy link

I have a daemon watching a directory that subsequently calls aws s3 sync s3://bar, but I'm surprised to still see

upload: foo to s3://bar
Completed 1 part(s) with ... file(s) remaining

even though the contents haven't changed. The only change in the file has been the file's last modification time. Unfortunately, I don't see any options in the documentation to have s3 ignore file attributes, so I'm wondering if there is a chance that such a feature will be implemented in the near future?

@jamesls
Copy link
Member

jamesls commented Mar 21, 2014

There's a write up of this problem here: #599

We're still looking into the best ways to address this, but I think as a first step, we should implement the --size-only argument from #473. This would help alleviate some (but not all) of the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants