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 has been 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.
The text was updated successfully, but these errors were encountered:
Even though it is still not ideal, I think Fred had partially optimized it, because previously we had to downloading the 2TB files before the updating, which is worse.
We use
aws s3 sync
to upload deb packages from EBS to S3packaging/bin/update-debianish-repo
Lines 49 to 50 in 6d30196
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.The text was updated successfully, but these errors were encountered: