Skip to content

Commit bdf8518

Browse files
committed
fixup! CLDSRV-848: check x-amz-checksum-[crc64nvme, crc32, crc32C, sha1, sha256] headers
1 parent 3680a4b commit bdf8518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/api/apiUtils/integrity/validateChecksums.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ async function defaultValidationFunc(request, body, log) { // Rename
172172
}
173173

174174
const methodValidationFunc = Object.freeze({
175+
'completeMultipartUpload': defaultValidationFunc,
175176
'bucketPutACL': defaultValidationFunc,
176177
'bucketPutCors': defaultValidationFunc,
177178
'bucketPutEncryption': defaultValidationFunc,

0 commit comments

Comments
 (0)