Merge pull request #1253 from koolhead17/patch-5

Update README.md
This commit is contained in:
Harshavardhana 2016-03-22 17:01:59 -07:00
commit 2edf32adfa
1 changed files with 2 additions and 2 deletions

View File

@ -214,8 +214,8 @@ upload: 'newdemo/newdemofile.txt' -> 's3://testbucket/newdemo/newdemofile.txt'
To sync bucket or object with local filesystem To sync bucket or object with local filesystem
``` ```
$ s3cmd sync s3://otherbucket otherlocabucket $ s3cmd sync s3://otherbucket otherlocalbucket
download: 's3://otherbucket/cat.jpg' -> 'otherlocabucket/cat.jpg' download: 's3://otherbucket/cat.jpg' -> 'otherlocalbucket/cat.jpg'
``` ```
To list buckets. To list buckets.