Skip to content

Python wrapper around Boto3's S3 API for multipart uploads

License

Notifications You must be signed in to change notification settings

davidjoliver86/s3multipart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3multipart

Simple wrapper around the Boto3 S3 client to handle multipart uploads. Written mainly to satisfy a one-time use case.

Assumes :

  • You want server-side-encryption
  • You've done the file splitting beforehand for the parts
  • Each part ends with a .[0-9]+ suffix

The multipart.json file has the CreateMultipartUpload response that tracks the all-important UploadId token.

TODO

  • Tests
  • Have this script deal with the splitting
  • CLI magic for special S3 API parameters

About

Python wrapper around Boto3's S3 API for multipart uploads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages