Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove println debugging
Browse files Browse the repository at this point in the history
muuki88 committed Aug 22, 2024
1 parent 332d5d4 commit 68f2975
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -270,7 +270,6 @@ S3AsyncClient s3AsyncClient(S3ConfigurationProperties s3ConfigurationProperties)
final Region awsRegion = awsRegionName != null
? Region.of(s3ConfigurationProperties.getRegion())
: Region.AWS_GLOBAL;
System.out.println("Path Style: " + s3ConfigurationProperties.getForcePathStyle());
return S3AsyncClient
.builder()
.credentialsProvider(StaticCredentialsProvider.create(credentials))

0 comments on commit 68f2975

Please sign in to comment.