Skip to content

Commit 67803b5

Browse files
committed
Set region for existing bucket.
1 parent 6e7aa6b commit 67803b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/src/test/java/cloud/katta/testsetup/AbstractHubTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public abstract class AbstractHubTest extends VaultTest {
5757
"handmade2",
5858
PROPERTIES.get("handmade2.s3.amazonaws.com.username"),
5959
PROPERTIES.get("handmade2.s3.amazonaws.com.password"),
60-
null
60+
"eu-north-1"
6161
);
6262

6363
/**

0 commit comments

Comments
 (0)