-
-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logic for handling large files in MultipartWriter uploads to s3 (#…
…796) * add logic for handling large file uploads to s3 * fix formatting * get rid of DEFAULT_MAX_PART_SIZE, it mirrors MAX_MAX_PART_SIZE * simplify min/max part size parameter checking * more helpful variable names in write method * clarify constant name * fix test * get rid of max_part_size parameter * disable test under windows --------- Co-authored-by: Michael Penkov <[email protected]>
- Loading branch information
Showing
2 changed files
with
142 additions
and
46 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