Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 5, 2024
1 parent f3b5dee commit a72b811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api/objectDelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ function objectDeleteInternal(authInfo, request, log, isExpiration, cb) {
objectLocked: true,
method: 'objectDelete',
});
log.debug('res header', resHeaders);
return cb(errors.AccessDenied, resHeaders);
}
if (err) {
Expand Down

0 comments on commit a72b811

Please sign in to comment.