Skip to content

Commit

Permalink
fixup! bad params
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Oct 29, 2024
1 parent a32c219 commit 6845b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api/completeMultipartUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ function completeMultipartUpload(authInfo, request, log, callback) {
// if x-scal-s3-version-id header is specified, we overwrite the object/version metadata.
if (isPutVersion) {
const options = overwritingVersioning(objMD, metaStoreParams);
return process.nextTick(() => next(null, destBucket, dataLocations,
return process.nextTick(() => next(null, destBucket, extraPartLocations, dataLocations,
metaStoreParams, mpuBucket, keysToDelete, aggregateETag,
objMD, extraPartLocations, pseudoCipherBundle,
objMD, pseudoCipherBundle,
completeObjData, options));
}
return versioningPreprocessing(bucketName,
Expand Down

0 comments on commit 6845b72

Please sign in to comment.