forked from deb-s3/deb-s3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
During package uploads, packages are now uploaded as temporary filenames and then moved to their final names in bulk. This prevents: 1. corrupted files with visible paths if the transfer is interrupted 2. a user downloading a corrupted file while it is being transferred Ultimately, this improves (but cannot completely fix) the possibility of race conditions between deb-s3 and other jobs downloading from the repository. Manifests are uploaded as before, since they have to be uploaded as soon as possible, before the lock is released.
- Loading branch information
Showing
4 changed files
with
61 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters