Skip to content

Simple python script to upload large files to Google Cloud Storage Bucket

Notifications You must be signed in to change notification settings

nsutezo/gcs_resumable_uploads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

gcs_resumable_uploads

This is a simple python file adapted from here that uploads large file to Google Cloud Storage in a resumable fashion i.e. it robustly handles poor internet connection.

Usage

  • Set-up google cloud storage as described here

  • Install relevant packages listed in the requirements.txt

pip install -r requirements.txt
  • Specify bucket name, the list of files to be sent and the source and destination file paths.

  • run the resumable_uploads.py script:

python resumable_uploads.py

About

Simple python script to upload large files to Google Cloud Storage Bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages