aws s3 sync re-uploads files that are already in target location (Snowball Edge, Mac) #6816
Closed
2 tasks done
Labels
bug
This issue is a bug.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
s3sync
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
After syncing to Snowball Edge, we repeat the sync command to check that all files have been transferred. This finds additional files to transfer. However, based on the results of an
aws s3 ls
manifest run before the second sync (and a comparison of md5 checksums of source and destination files), the additional files had already been transferred. Sometimes we can runaws s3 sync
multiple times and it will repeatedly sync the same subset of 'un-transferred' files.SDK version number
AWS-CLI version: aws-cli/2.4.28 Python/3.8.8 Darwin/19.6.0 exe/x86_64 prompt/off
Platform/OS/Hardware/Device
Mac OS 10.15.07
To Reproduce (observed behavior)
Uncertain - does not occur in all syncs
Expected behavior
Sync should only sync a given source file once if sync was successful
Logs/output
Get full traceback and error logs by adding
--debug
to the command.Additional context
Similar behavior reiererenced in closed issue: #843
The text was updated successfully, but these errors were encountered: