Skip to content

Commit fb1e2b7

Browse files
committed
✨ manage isNull2 fields of versioningPreprocessing
Issue: CLDSRV-632
1 parent 304215f commit fb1e2b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/routes/routeBackbeat.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,10 @@ function putMetadata(request, response, bucketInfo, objMd, log, callback) {
620620
omVal.versionId = versionId;
621621

622622
if (isNull) {
623+
if (!nullVersionCompatMode) {
624+
omVal.isNull2 = true;
625+
}
626+
623627
omVal.isNull = isNull;
624628
}
625629

0 commit comments

Comments
 (0)