Skip to content

Instantly share code, notes, and snippets.

@tgardiner
Created January 13, 2019 02:47
Show Gist options
  • Save tgardiner/282695a3fb0eed9b8bd2af11c0bf5fde to your computer and use it in GitHub Desktop.
Save tgardiner/282695a3fb0eed9b8bd2af11c0bf5fde to your computer and use it in GitHub Desktop.
AWS S3 Default Partsizes
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