Skip to content

Commit

Permalink
CLDSRV-531: change requestType to bucketPutLifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Toozs committed May 14, 2024
1 parent 53d143e commit 8107d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/bucketDeleteLifecycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function bucketDeleteLifecycle(authInfo, request, log, callback) {
const metadataValParams = {
authInfo,
bucketName,
requestType: 'bucketDeleteLifecycle',
requestType: 'bucketPutLifecycle',
request,
};
return metadataValidateBucket(metadataValParams, log, (err, bucket) => {
Expand Down

0 comments on commit 8107d2b

Please sign in to comment.