You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments