Skip to content

Commit d4c21b5

Browse files
committed
Bump @aws-sdk/client-s3 to ^3.931.0
SDK versions 3.929.0-3.930.0 have a regression (aws/aws-sdk-js-v3#7500) in REST protocol deserialization that causes empty XML responses to fail with "Expected object, got string". This affects GetObjectAttributes when no matching attributes are found (e.g. requesting non-existent user metadata keys). Fixed in 3.931.0 by aws/aws-sdk-js-v3#7501. Issue: CLDSRV-868
1 parent a545991 commit d4c21b5

2 files changed

Lines changed: 2 additions & 609 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/scality/S3#readme",
2121
"dependencies": {
2222
"@aws-sdk/client-iam": "^3.930.0",
23-
"@aws-sdk/client-s3": "^3.908.0",
23+
"@aws-sdk/client-s3": "^3.931.0",
2424
"@aws-sdk/client-sts": "^3.930.0",
2525
"@aws-sdk/credential-providers": "^3.864.0",
2626
"@aws-sdk/middleware-retry": "^3.374.0",

0 commit comments

Comments
 (0)