diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-27 00:15:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-27 06:42:43 +0700 |
commit | 7bcffea959e68ebcd00d73a1262d6b8b89fe2305 (patch) | |
tree | e68b5ded4e1abfa8886b8f794fcf9478b54c72d9 /python/s3cmd/README | |
parent | 6eaa66d6c9207461eb08b028b97354ac197fa205 (diff) | |
download | slackbuilds-7bcffea959e68ebcd00d73a1262d6b8b89fe2305.tar.gz |
python/s3cmd: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/s3cmd/README')
-rw-r--r-- | python/s3cmd/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README index b733f436cb..5d8aa8791a 100644 --- a/python/s3cmd/README +++ b/python/s3cmd/README @@ -2,7 +2,7 @@ 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. -Optional: python-magic and pytz +Optional: python-magic 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. This |