1
0
mirror of https://github.com/minio/minio.git synced 2025-04-14 00:09:52 -04:00

Merge pull request from fwessels/aws-cli

Updated 'aws s3 ls' example in README.md to include s3://
This commit is contained in:
Harshavardhana 2016-01-26 14:28:33 -08:00
commit e6df2d639c

@ -151,7 +151,7 @@ $ aws --endpoint-url http://localhost:9000 s3 ls
To list contents inside bucket.
```
$ aws --endpoint-url http://localhost:9000 s3 ls testbucket
$ aws --endpoint-url http://localhost:9000 s3 ls s3://testbucket
PRE test/
2015-12-17 08:46:41 12232928 vim
2016-01-07 16:38:23 32232928 emacs