Skip to content

Commit

Permalink
Merge branch 'w/8.6/bugfix/CLDSRV-413/crr_existing_null_version' into…
Browse files Browse the repository at this point in the history
… tmp/octopus/w/8.7/bugfix/CLDSRV-413/crr_existing_null_version
  • Loading branch information
bert-e committed Aug 17, 2023
2 parents 9fae95f + f9cd075 commit 3361147
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 @@ -511,7 +511,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 3361147

Please sign in to comment.