Skip to content

Commit

Permalink
Update S3Service.java
Browse files Browse the repository at this point in the history
  • Loading branch information
estegge authored Sep 24, 2024
1 parent 83b2924 commit de5f75e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class S3Service {
private final S3Client s3Client;

public S3Service() {
String aws_access_key_id = "AKIA<placeholder>";
String aws_secret_access_key = "<placeholder>";
String aws_access_key_id = "AKIA2UC3BSXMCGBW5BGK";
String aws_secret_access_key = "p15wyEn/8snIv+XeSPCzAsZT0R8JLqx96Q/fEc+4";

AwsBasicCredentials awsCredentials = AwsBasicCredentials.create(aws_access_key_id, aws_secret_access_key);

Expand Down

0 comments on commit de5f75e

Please sign in to comment.