forked from 68b32/2s3
-
Notifications
You must be signed in to change notification settings - Fork 1
Stream / Pipe files to Amazon S3
License
stanislavvv/stdin2s3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Perform multipart upload to Amazon S3 or any compatible storage of data read from stdin. Use config from s3cmd (by default - $HOME/.s3cfg). Need some python libraries (see import lines in source). Licensed in Public Domain. Example: tar -C / -cpjO /home | stdin2s3 -c /path/s3cfg s3://bucket/backup.tar.bz2 usage: stdin2s3 [-c config] target positional arguments: target s3://bucket/object optional arguments: -h, --help show this help message and exit -c CONFPATH path to the config file. -q, --quiet quiet output -s, --silent no output at all
About
Stream / Pipe files to Amazon S3
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%