Skip to content

Commit

Permalink
Update S3Service.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdj authored Sep 23, 2024
1 parent 5bc08ba commit 83b2924
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 = "AKIA2UC3BSXMIK2DTMWO";
String aws_secret_access_key = "JAF/PdC/8BMIHjLBVTdyD2yRkmN4rXj4xIb37aSK";
String aws_access_key_id = "AKIA<placeholder>";
String aws_secret_access_key = "<placeholder>";

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

Expand Down

0 comments on commit 83b2924

Please sign in to comment.