Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Dec 19, 2024
1 parent 9fc944c commit 256653b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/core/adapters/s3Client/s3Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ export function createS3Client(
new GetBucketPolicyCommand({ Bucket: bucketName })
);

// If the response does not have a policy, return a valid structure
if (!sendResp.Policy) {
console.info("Bucket policy is not defined, but it's okay.");
return {
Expand Down

0 comments on commit 256653b

Please sign in to comment.