Skip to content

Instantly share code, notes, and snippets.

View reutsharabani's full-sized avatar
🐻
with Mia <3

Reut Sharabani reutsharabani

🐻
with Mia <3
View GitHub Profile
#!/usr/bin/python
import boto
import math
# Use boto to Copy an Object greater than 5 GB Using S3 Multipart Upload API
# probably could be made more pythonesque, based directly off the AWS Java example
# Copy an Object [greater than 5 GB] Using the AWS SDK for Java [S3] Multipart Upload API
# http://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingLLJavaMPUapi.html
# copy in same bucket as a simple test