Skip to content

Commit

Permalink
Merge branch 'w/7.70/bugfix/CLDSRV-413/crr_existing_null_version' int…
Browse files Browse the repository at this point in the history
…o tmp/octopus/w/8.6/bugfix/CLDSRV-413/crr_existing_null_version
  • Loading branch information
bert-e committed Aug 17, 2023
2 parents bb3a9cc + 65a989f commit f9cd075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/routeBackbeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ function putMetadata(request, response, bucketInfo, objMd, log, callback) {
if (!versionId) {
// Set isNull in the object metadata to be written.
// Since metadata will generate a versionId for the null version,
// the flag is need to allow cloudserver to know that the version
// the flag is needed to allow cloudserver to know that the version
// is a null version and allow access to it using the "null" versionId.
omVal.isNull = true;
if (versioning) {
Expand Down

0 comments on commit f9cd075

Please sign in to comment.