diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-07-06 07:33:59 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:00:39 -0500 |
commit | 76c11975e2210f3a9b95ef5d17b7ac56ee93e33a (patch) | |
tree | 4fc0955a00e7209b3d10f08d6caaaa2dcdec03a0 /python/s3cmd/README | |
parent | 29e6753433908db1c3a5d14cabbdf15b23eb6e6f (diff) |
python/s3cmd: Updated for version 1.5.0_rc1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/s3cmd/README')
-rw-r--r-- | python/s3cmd/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README index 97e8f25d43a1..b733f436cbcd 100644 --- a/python/s3cmd/README +++ b/python/s3cmd/README @@ -5,5 +5,5 @@ also ideal for scripts, automated backups triggered from cron, etc. Optional: python-magic and pytz 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. +enter in you access key and your secret key and follow the instructions. This +will create ~/.s3cfg file with your s3 credentials. |