diff options
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. |