-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 get_object_attributes error parsing XML #609
Comments
looks like a bug, thanks for reporting we'll get a fix out |
@jaketreacher This issue is caused by the fact that S3 isn't returning XML in the form specified by their model and the Rust SDK validates response XML. Most other SDKs ignore name mismatch issues with the response XML's root element. We can address this issue by suppressing that validation for S3 specifically. I'm going to look into what that would entail. Thanks for surfacing this issue! |
I have a fix for this smithy-lang/smithy-rs#1665 |
The fix for this went out with the 2022-08-31 release. Thanks again for reporting this! |
|
Describe the bug
Attempting to query S3 object attributes. It results in an error:
Error parsing XML
.Expected Behavior
I receive S3 Object Attributes.
Current Behavior
An error occurs.
Reproduction Steps
Make a
get_object_attributes
request to an existing bucket/key.Possible Solution
No response
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
AL2
Logs
The text was updated successfully, but these errors were encountered: