-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s3: upload parts from temporary file
Currently when doing many concurrent uploads, rohmu can use a lot of memory. Copying parts first to a temporary file should not take a lot of extra time compared to uploading to s3. Note that upload_part requires `.seek` so that retries work correctly, so we cannot just pass fp directly.
- Loading branch information
Showing
1 changed file
with
23 additions
and
15 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