Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jun 25, 2024
1 parent c61f8c2 commit e82bcbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/api/apiUtils/object/createAndStoreObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ function createAndStoreObject(bucketName, bucketMD, objectKey, objMD, authInfo,
// if x-scal-s3-version-id header is specified, we overwrite the object/version metadata.
if (isPutVersion) {
metadataStoreParams.doesNotNeedOpogUpdate = true;
log.info('WE ARE IN THE ISPUTVERSION TRUE', metadataStoreParams.doesNotNeedOpogUpdate );

Check warning on line 270 in lib/api/apiUtils/object/createAndStoreObject.js

View workflow job for this annotation

GitHub Actions / linting-coverage

There should be no space before this paren
const options = overwritingVersioning(objMD, metadataStoreParams);
return process.nextTick(() => next(null, options, infoArr));
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@azure/storage-blob": "^12.12.0",
"@hapi/joi": "^17.1.0",
"arsenal": "git+https://github.com/scality/arsenal#d2e799a08eb3c0cedc2a9864244c97d4e9e5bbcc",
"arsenal": "git+https://github.com/scality/arsenal#0071bd3663002dd6ff0072728acc196e7fdedf50",
"async": "~2.5.0",
"aws-sdk": "2.905.0",
"bucketclient": "scality/bucketclient#8.1.9",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1040,9 +1040,9 @@ arraybuffer.slice@~0.0.7:
optionalDependencies:
ioctl "^2.0.2"

"arsenal@git+https://github.com/scality/arsenal#d2e799a08eb3c0cedc2a9864244c97d4e9e5bbcc":
"arsenal@git+https://github.com/scality/arsenal#0071bd3663002dd6ff0072728acc196e7fdedf50":
version "8.1.131"
resolved "git+https://github.com/scality/arsenal#d2e799a08eb3c0cedc2a9864244c97d4e9e5bbcc"
resolved "git+https://github.com/scality/arsenal#0071bd3663002dd6ff0072728acc196e7fdedf50"
dependencies:
"@azure/identity" "^3.1.1"
"@azure/storage-blob" "^12.12.0"
Expand Down

0 comments on commit e82bcbd

Please sign in to comment.