Skip to content

Commit

Permalink
fix for s3Region
Browse files Browse the repository at this point in the history
  • Loading branch information
fabis94 committed Dec 6, 2024
1 parent 57af145 commit 6074231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/multiregion.test-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bucket": "speckle-server",
"createBucketIfNotExists": true,
"endpoint": "http://127.0.0.1:9000",
"s3Region": ""
"s3Region": "us-east-1"
}
},
"regions": {
Expand All @@ -23,7 +23,7 @@
"bucket": "speckle-server",
"createBucketIfNotExists": true,
"endpoint": "http://127.0.0.1:9020",
"s3Region": ""
"s3Region": "us-east-1"
}
}
}
Expand Down

0 comments on commit 6074231

Please sign in to comment.