s3tools
v0.11.0
Published
Tools for managing your S3 buckets and objects.
Downloads
14
Readme
s3tools
Tools for managing your S3 buckets and objects.
s3-upload
Uploads one file at a time and puts it into a bucket with the given prefix:
Usage: s3-upload <bucket> <filename> <key>
Options:
- acl : any valid ACL, see PutObject.
Examples:
s3-upload my-bucket my-file.txt file.txt
s3-upload f.example.com --acl public-read path/to/animation.avi videos/animation.avi
Author
Written by Andrew Chilton - Blog - Twitter.
License
MIT - http://chilts.mit-license.org/2013/
(Ends)