Skip to content

Instantly share code, notes, and snippets.

@luca
Created January 10, 2009 09:24
Show Gist options
  • Save luca/45427 to your computer and use it in GitHub Desktop.
Save luca/45427 to your computer and use it in GitHub Desktop.
# show all the buckets
python s3_backup.py lb
# list bucket content
python s3_backup.py l bucketname
# upload file to bucket
python s3_backup.py u bucketname filename
# download file from bucket
python s3_backup.py d bucketname filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment