Skip to content

Commit

Permalink
test bb
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Jul 11, 2023
1 parent 7ccf386 commit cf230e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/routeBackbeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ function routeBackbeat(clientIP, request, response, log) {
requestType: 'ReplicateObject',
request,
};
return metadataValidateBucketAndObj(mdValParams, false, log, next);
return metadataValidateBucketAndObj(mdValParams, request.isImplicitIdentityDeny, log, next);
},
(bucketInfo, objMd, next) => {
if (useMultipleBackend) {
Expand Down

0 comments on commit cf230e7

Please sign in to comment.