diff --git a/.circleci/multiregion.test-ci.json b/.circleci/multiregion.test-ci.json index 9517685b75..3d5a9ec1c3 100644 --- a/.circleci/multiregion.test-ci.json +++ b/.circleci/multiregion.test-ci.json @@ -9,7 +9,7 @@ "bucket": "speckle-server", "createBucketIfNotExists": true, "endpoint": "http://127.0.0.1:9000", - "s3Region": "" + "s3Region": "us-east-1" } }, "regions": { @@ -23,7 +23,7 @@ "bucket": "speckle-server", "createBucketIfNotExists": true, "endpoint": "http://127.0.0.1:9020", - "s3Region": "" + "s3Region": "us-east-1" } } }