Skip to content

Commit

Permalink
Update lib/routes/routeBackbeat.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Gramain <[email protected]>
  • Loading branch information
tmacro and jonathan-gramain authored Aug 17, 2023
1 parent 4abddf8 commit 599a34e
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 @@ -484,7 +484,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 599a34e

Please sign in to comment.