刘凡 9ff4d1d109 add S3,archive,truncate | 2 years ago | |
---|---|---|
.. | ||
debian | 2 years ago | |
README.md | 2 years ago | |
s3delobs | 2 years ago | |
s3pipe | 2 years ago | |
setup.py | 2 years ago |
Command line tool to upload data to Amazon S3 via a pipe
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