Skip to content

Commit

Permalink
CLDSRV-429: update get apis with impDeny logic
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Nov 29, 2023
1 parent f51ea06 commit 82fc47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/websiteGet.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function websiteGet(request, log, callback) {
}
return _errorActions(returnErr,
websiteConfig.getErrorDocument(), routingRules,
bucket, reqObjectKey, corsHeaders, log,
bucket, reqObjectKey, corsHeaders, request, log,
callback);
}
if (!isObjAuthorized(bucket, objMD, request.apiMethods || 'objectGet',
Expand Down

0 comments on commit 82fc47b

Please sign in to comment.