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
I'm not sure if the server or the client got it wrong, but considering this was working previously with rusoto_s3, I would suspect the SDK. So the client should parse the Retention element as given.
Current Behavior
Error parsing XML
Reproduction Steps
get_object_retention where such retention is specified
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
I get this error parsing XML: invalid root, expected ObjectLockRetention got StartEl { name: Name { prefix: "", local: "Retention" }, attributes: [Attr { name: Name { prefix: "", local: "xmlns" }, value: "http://s3.amazonaws.com/doc/2006-03-01/" }], closed: false, depth: 0 }
Request:
GET https://s3.us-east-005.backblazeb2.com/some_bucket/some_file_in_bucket?retention
Response:
Expected Behavior
I'm not sure if the server or the client got it wrong, but considering this was working previously with rusoto_s3, I would suspect the SDK. So the client should parse the Retention element as given.
Current Behavior
Error parsing XML
Reproduction Steps
get_object_retention where such retention is specified
Possible Solution
No response
Additional Information/Context
No response
Version
The text was updated successfully, but these errors were encountered: