Fix minio test by changing region to us-west-2
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
parent
c0c5046e5f
commit
d86ea25e87
|
@ -39,7 +39,7 @@ import (
|
||||||
const (
|
const (
|
||||||
objectName string = "test.yaml"
|
objectName string = "test.yaml"
|
||||||
objectEtag string = "2020beab5f1711919157756379622d1d"
|
objectEtag string = "2020beab5f1711919157756379622d1d"
|
||||||
region string = "us-east-1"
|
region string = "us-west-2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue