Skip to content

Commit

Permalink
Fixing region of bucket credential
Browse files Browse the repository at this point in the history
  • Loading branch information
torcato committed Aug 15, 2024
1 parent 89583b6 commit 7e113df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object TestCredentials {
val unitTestPrivateBucketUsEast1Cred = S3Config
.newBuilder()
.setAccessSecretKey(S3AccessSecretKey.newBuilder().setAccessKey(accessKeyId).setSecretKey(secretKeyId))
.setRegion("eu-west-1")
.setRegion("us-east-1")
.build()

///////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 7e113df

Please sign in to comment.