mirror of
https://github.com/minio/minio.git
synced 2025-01-13 07:53:21 -05:00
Fix s3cmd config
This commit is contained in:
parent
27c75d8be4
commit
2357e00317
@ -185,6 +185,7 @@ host_base = localhost:9000
|
|||||||
host_bucket = localhost:9000
|
host_bucket = localhost:9000
|
||||||
access_key = YOUR_ACCESS_KEY_HERE
|
access_key = YOUR_ACCESS_KEY_HERE
|
||||||
secret_key = YOUR_SECRET_KEY_HERE
|
secret_key = YOUR_SECRET_KEY_HERE
|
||||||
|
signature_v2 = False
|
||||||
```
|
```
|
||||||
|
|
||||||
To list your buckets.
|
To list your buckets.
|
||||||
|
Loading…
Reference in New Issue
Block a user