diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-05-13 09:10:06 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-13 09:10:06 -0400 |
commit | ade5ee96ae8ee923a461d347864e35e1bf4f2cbe (patch) | |
tree | 6f4e18187a8f2490f82b5a71e889c1edbb38452c /python/s3cmd/README | |
parent | 3d34f836d0088c055c74b67c5b9af81e9db8c9b2 (diff) | |
download | slackbuilds-ade5ee96ae8ee923a461d347864e35e1bf4f2cbe.tar.gz |
python/s3cmd: Added (Amazon S3 command line tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/s3cmd/README')
-rw-r--r-- | python/s3cmd/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README new file mode 100644 index 0000000000..5ca7c1be8c --- /dev/null +++ b/python/s3cmd/README @@ -0,0 +1,9 @@ +S3cmd is a command line tool for uploading, retrieving and managing data in +Amazon S3. It is best suited for power users who don't fear command line. It is +also ideal for scripts, automated backups triggered from cron, etc. + +S3cmd has an optional dependency for python-magic for mime-type indentification. + +Before s3cmd can be used it must first be set up. Run 's3cmd --configure' and +enter in you access key and your secret key and follow the instructions. After +this there will be a ~/.s3cfg file with your s3 credentials. |