Skip to content

Commit 8e47a3c

Browse files
committed
✨ manage more fields from versioningPreprocessing
Issue: CLDSRV-632
1 parent fb1e2b7 commit 8e47a3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/routes/routeBackbeat.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,11 @@ function putMetadata(request, response, bucketInfo, objMd, log, callback) {
694694

695695
if (versioningPreprocessingResult?.nullVersionId) {
696696
omVal.nullVersionId = versioningPreprocessingResult.nullVersionId;
697+
options.deleteNullKey = versioningPreprocessingResult.deleteNullKey;
698+
699+
if (versioningPreprocessingResult.extraMD) {
700+
Object.assign(omVal, options.extraMD);
701+
}
697702
}
698703
}
699704
},

0 commit comments

Comments
 (0)