Skip to content

Commit

Permalink
Merge pull request #161 from agorapulse/fix/force-path-style-for-itest
Browse files Browse the repository at this point in the history
force path style for itegration tests
  • Loading branch information
DKarim authored Mar 30, 2023
2 parents 31bc5c6 + 1d2b2de commit 1783b17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public SimpleStorageServiceConfiguration onCreated(BeanCreatedEvent<SimpleStorag
return conf;
}
conf.setEndpoint(holder.getEndpointOverride(LocalStackContainer.Service.S3).toString());
conf.setForcePathStyle(true);
return conf;
}

Expand Down

0 comments on commit 1783b17

Please sign in to comment.