mirror of
https://github.com/minio/minio.git
synced 2025-12-09 00:56:38 -05:00
s3cmd: Fix signature issues related to s3cmd.
Support regions both 'us-east-1' and 'US' (short hand for US Standard) honored by S3.
This commit is contained in:
@@ -138,13 +138,13 @@ secret_key = YOUR_SECRET_KEY_HERE
|
||||
|
||||
To list your buckets.
|
||||
```
|
||||
$ s3cmd --region us-east-1 ls s3://
|
||||
$ s3cmd ls s3://
|
||||
2015-12-09 16:12 s3://testbbucket
|
||||
```
|
||||
|
||||
To list contents inside buckets.
|
||||
```
|
||||
$ s3cmd --region us-east-1 ls s3://testbucket/
|
||||
$ s3cmd ls s3://testbucket/
|
||||
DIR s3://testbucket/test/
|
||||
2015-12-09 16:05 138504 s3://testbucket/newfile
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user