Skip to content

Commit

Permalink
Merge branch 'bugfix/CLDSRV-555-deleteObjects-policy-eval-fix' into t…
Browse files Browse the repository at this point in the history
…mp/octopus/w/7.70/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix
  • Loading branch information
bert-e committed Jul 15, 2024
2 parents ab2960b + a236b22 commit 7ab99fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/multiObjectDelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function multiObjectDelete(authInfo, request, log, callback) {
return next(errors.NoSuchBucket);
}
if (!isBucketAuthorized(bucketMD, 'objectDelete', canonicalID, authInfo, log, request,
request.actionImplicitDenies)) {
false)) {
log.trace("access denied due to bucket acl's");
// if access denied at the bucket level, no access for
// any of the objects so all results will be error results
Expand Down

0 comments on commit 7ab99fc

Please sign in to comment.