Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jul 11, 2024
1 parent f173415 commit 59878aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api/apiUtils/authorization/permissionChecks.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ function processBucketPolicy(requestType, bucket, canonicalID, arn, bucketOwner,
let processedResult = results[requestType];
if (!bucketPolicy) {
processedResult = actionImplicitDenies[requestType] === false && aclPermission;
log.info('WE ARE IN THE NO BUCKET POLICY');
} else {
const bucketPolicyPermission = checkBucketPolicy(bucketPolicy, requestType, canonicalID, arn,
bucketOwner, log, request, actionImplicitDenies);
Expand Down

0 comments on commit 59878aa

Please sign in to comment.