Update GetObjectAttributes CTST tests to use aws SDK client #2348
Open
maeldonn wants to merge 5 commits intodevelopment/2.14from
Open
Update GetObjectAttributes CTST tests to use aws SDK client #2348maeldonn wants to merge 5 commits intodevelopment/2.14from
maeldonn wants to merge 5 commits intodevelopment/2.14from
Conversation
Contributor
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
maeldonn
commented
Mar 12, 2026
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: ZENKO-5208
33e3a79 to
db2fd78
Compare
francoisferrand
approved these changes
Mar 13, 2026
db2fd78 to
0307ed3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: ZENKO-5208