Skip to content

Commit

Permalink
Merge branch 'w/8.6/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix' …
Browse files Browse the repository at this point in the history
…into tmp/octopus/w/8.7/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix
  • Loading branch information
bert-e committed Jul 15, 2024
2 parents dbb9b6d + 032fb40 commit d578051
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 @@ -505,7 +505,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 d578051

Please sign in to comment.