uncomment region in case
This commit is contained in:
parent
997b70c6dc
commit
4d97eb81d9
|
|
@ -5,7 +5,7 @@ configuration:
|
||||||
bucket: test
|
bucket: test
|
||||||
default: true
|
default: true
|
||||||
config:
|
config:
|
||||||
#region: us-east-1
|
region: us-east-1
|
||||||
s3ForcePathStyle: true
|
s3ForcePathStyle: true
|
||||||
s3Url: https://eu2.contabostorage.com/
|
s3Url: https://eu2.contabostorage.com/
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ configuration:
|
||||||
- name: default
|
- name: default
|
||||||
provider: aws
|
provider: aws
|
||||||
config:
|
config:
|
||||||
#region: us-east-1
|
region: us-east-1
|
||||||
|
|
||||||
credentials:
|
credentials:
|
||||||
useSecret: true
|
useSecret: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue