-
Notifications
You must be signed in to change notification settings - Fork 1
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
aws s3 sync function re-uploading all the files in the Pronet network #108
Comments
Was the intended behavior to bypass unchanged files during next round's upload? |
Yes. |
Update: This issue of Repeating the commands below does not re-upload any files.
Repeating the commands below re-upload files, when it's repeated with about 1 min break
|
Notes:
|
Issue still present in |
Testing to see if the same mount on the
Yes - Modified time changes on the production server
Returns nothing on the
|
aws s3 sync SOURCE s3://TARGET/TARGET_DIR
has been re-uploading all the files under PHOENIX. This issue can be replicated by creating a folder byRepeating the
aws s3 sync
right after the previous run, does not re-upload files, but after about a minute from the previousaws s3 sync
run, it re-uploads files with no-change.stat
andsha1sum
have been checked in betweenaws s3 sync
runs, to make sure there is no change in the file being re-uploaded.This behaviour is also noted here
aws/aws-cli#5216
The text was updated successfully, but these errors were encountered: