You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
According to the document, aws s3 sync will compare the content of all the 2TB files even when we just added 5GB files. It would be good to avoid checking the 2TB files.
We use
aws s3 syncto upload deb packages from EBS to S3packaging/bin/update-debianish-repo
Lines 49 to 50 in 6d30196
According to the document,
aws s3 syncwill compare the content of all the 2TB files even when we just added 5GB files. It would be good to avoid checking the 2TB files.