Skip to content

Commit

Permalink
test pr commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kpx-dev committed Aug 9, 2024
1 parent 8478a39 commit eb5821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/shipmentEvents/util/S3ClientUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.amazonaws.services.s3.AmazonS3ClientBuilder;

public class S3ClientUtil {

// test
public static AmazonS3 getS3Client() {
return AmazonS3ClientBuilder.standard().withRegion(Regions.DEFAULT_REGION).build();
}
Expand Down

0 comments on commit eb5821d

Please sign in to comment.