Skip to content

Commit eb1397a

Browse files
committed
Bump arsenal to 8.4.24
Arsenal 8.4.24 pulls in sproxydclient 8.2.2, which treats any 2xx response from sproxyd as a success instead of whitelisting 200 and 206. sproxyd answers DELETE and POST .batch_delete with 204 (no content), which the previous whitelist turned into an error, and DataWrapper then retried three times before surfacing an InternalError that reached the S3 client as a 500. Also bumps the project version to 9.3.17. Issue: CLDSRV-976
1 parent 24fb6b3 commit eb1397a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenko/cloudserver",
3-
"version": "9.3.16",
3+
"version": "9.3.17",
44
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
55
"main": "index.js",
66
"engines": {
@@ -30,7 +30,7 @@
3030
"@azure/storage-blob": "^12.28.0",
3131
"@hapi/joi": "^17.1.1",
3232
"@smithy/node-http-handler": "^3.0.0",
33-
"arsenal": "git+https://github.com/scality/Arsenal#8.4.22",
33+
"arsenal": "git+https://github.com/scality/Arsenal#8.4.24",
3434
"async": "2.6.4",
3535
"bucketclient": "scality/bucketclient#8.2.7",
3636
"bufferutil": "^4.0.8",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6591,9 +6591,9 @@ arraybuffer.prototype.slice@^1.0.4:
65916591
optionalDependencies:
65926592
ioctl "^2.0.2"
65936593

6594-
"arsenal@git+https://github.com/scality/Arsenal#8.4.22":
6595-
version "8.4.22"
6596-
resolved "git+https://github.com/scality/Arsenal#64484bec1e2b8948f7834f65d29ddc7461560afd"
6594+
"arsenal@git+https://github.com/scality/Arsenal#8.4.24":
6595+
version "8.4.24"
6596+
resolved "git+https://github.com/scality/Arsenal#8c136afde33cac95a5df62b0aab7f5a9805d4004"
65976597
dependencies:
65986598
"@aws-sdk/client-kms" "^3.975.0"
65996599
"@aws-sdk/client-s3" "^3.975.0"
@@ -6632,7 +6632,7 @@ arraybuffer.prototype.slice@^1.0.4:
66326632
simple-glob "^0.2.0"
66336633
socket.io "^4.8.0"
66346634
socket.io-client "^4.8.0"
6635-
sproxydclient "github:scality/sproxydclient#8.2.1"
6635+
sproxydclient "github:scality/sproxydclient#8.2.2"
66366636
utf8 "^3.0.0"
66376637
uuid "^10.0.0"
66386638
werelogs scality/werelogs#8.2.4
@@ -11874,9 +11874,9 @@ sprintf-js@~1.0.2:
1187411874
httpagent "github:scality/httpagent#1.1.0"
1187511875
werelogs scality/werelogs#8.2.0
1187611876

11877-
"sproxydclient@github:scality/sproxydclient#8.2.1":
11878-
version "8.2.1"
11879-
resolved "https://codeload.github.com/scality/sproxydclient/tar.gz/501829f5521787e7e946de6792f5806ffa6ec437"
11877+
"sproxydclient@github:scality/sproxydclient#8.2.2":
11878+
version "8.2.2"
11879+
resolved "https://codeload.github.com/scality/sproxydclient/tar.gz/62d3aac1c844beda2286f33a1a7c7f2a31937579"
1188011880
dependencies:
1188111881
async "^3.2.6"
1188211882
httpagent "github:scality/httpagent#1.1.0"

0 commit comments

Comments
 (0)