Created
January 13, 2019 02:47
-
-
Save tgardiner/282695a3fb0eed9b8bd2af11c0bf5fde to your computer and use it in GitHub Desktop.
AWS S3 Default Partsizes
This file contains hidden or 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
partsizes = [ ## Default Partsizes Map (bytes) | |
8388608, # aws_cli/boto3 | |
15728640, # s3cmd | |
factor_of_1MB(filesize, num_parts) # Used by many clients to upload large files | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment