Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Karve committed Jul 1, 2024
1 parent 3448b1a commit 7a101bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/meta/cp4m/S3PreProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public S3PreProcessor(String awsAccessKeyID, String awsSecretAccessKey, String r

StaticCredentialsProvider credentialsProvider = StaticCredentialsProvider.create(sessionCredentials);
this.s3Client = S3Client.builder()
// TODO: Add check to make sure the region is in kebab case
.region(Region.of(this.region))
.credentialsProvider(credentialsProvider)
.build();
Expand Down

0 comments on commit 7a101bf

Please sign in to comment.