Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Mar 20, 2024
1 parent d879fcc commit 9029920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void process(String fileName, String bfdBucket, String endpoint) throws U

processFileFromS3(optOutS3.openFileS3());
var name = optOutS3.createResponseOptOutFile(createResponseContent());
logger.log("File with name " + name + " was uploaded to " + bfdBucket);
logger.log("File with name " + name + " was uploaded to bucket: " + bfdBucket);
if (!isRejected)
optOutS3.deleteFileFromS3();
}
Expand Down

0 comments on commit 9029920

Please sign in to comment.