Skip to content

Instantly share code, notes, and snippets.

View EverWinter23's full-sized avatar
🏠
Working from home

Rishabh EverWinter23

🏠
Working from home
  • Shimla
View GitHub Profile
@EverWinter23
EverWinter23 / s3_multipart_upload_resumable.py
Last active July 5, 2018 07:49
Use s3 multipart uploads to upload big files. And yes you can resume the upload, should the upload get interrupted --even if your PC crashes. RESUMABLE!!!
'''
20th june 2018 wednesday
NOTE:
Any changes you make should not compromise
with the atomicity of the actions. Review
carefully and multiple times before making
any changes, albeit reordering of the stmts.
'''
import os