Skip to content

Commit

Permalink
Allo cross region access agin.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmagnu committed Dec 26, 2024
1 parent befdb07 commit c8602da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private S3Client createClient(Credentials cred) {
builder.forcePathStyle(true);

// Cross region access. One use it to create client with emtpy creds and apply creds/region/endpoint later.
//builder.crossRegionAccessEnabled(true);
builder.crossRegionAccessEnabled(true);

return builder.build();
}
Expand Down

0 comments on commit c8602da

Please sign in to comment.