fix: minio wants the default region
This commit is contained in:
@@ -61,7 +61,7 @@ secret = "ZjCofRlfm6GGtjlifmNpCDkcQbEIIVC0"
|
|||||||
# S3 protocol endpoint
|
# S3 protocol endpoint
|
||||||
endpoint = "http://127.0.0.1:14009"
|
endpoint = "http://127.0.0.1:14009"
|
||||||
# S3 region name
|
# S3 region name
|
||||||
region = "minio"
|
region = "us-east-1"
|
||||||
# S3 protocol key ID
|
# S3 protocol key ID
|
||||||
access_key_id = "minioautumn"
|
access_key_id = "minioautumn"
|
||||||
# S3 protocol access key
|
# S3 protocol access key
|
||||||
|
|||||||
Reference in New Issue
Block a user