Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Mar 9, 2024
1 parent 6f848e2 commit 1b9cd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optout/src/main/java/gov/cms/ab2d/optout/OptOutS3.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public OptOutS3(S3Client s3Client, String fileName, String bfdBucket, LambdaLogg
public BufferedReader openFileS3() {
try {
//Checking if object exists
logger.log("Buket name: " + bfdBucket);
logger.log("File name: " + fileName);
HeadObjectRequest headObjectRequest = HeadObjectRequest.builder()
.bucket(bfdBucket)
.key(fileName)
Expand Down

0 comments on commit 1b9cd48

Please sign in to comment.