Skip to content
/ s3pipe Public

python/boto based command line tool to upload data to Amazon S3 via a pipe

Notifications You must be signed in to change notification settings

tgal/s3pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3pipe

Command line tool to upload data to Amazon S3 via a pipe

Usage with tar

upload:

tar c /my/files | gpg -c --passphrase verysecret | s3pipe -b my-bucket -k filename.tar.gpg

and download:

s3pipe -b my-bucket -k filename.tar.gpg -d | gpg -d --passphrase verysecret | tar x

About

python/boto based command line tool to upload data to Amazon S3 via a pipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages