-
Notifications
You must be signed in to change notification settings - Fork 50
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 custom treatment of GetBucketLocation response #194
Comments
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to provide a comment or open a new issue. |
This seems to have been implemented already in #174, albeit not via |
From what I've seen in go we may want to share s3 error deserialization across s3 and s3-control. Basically try both wrapped and unwrapped versions (with the default/first attempt being whatever we think it should be based on the model). |
|
@jdisanti discovered a discrepancy: S3 documentation specifies a form of XML for the response of
GetBucketLocation
, and then provides an example that does not follow the specification. @rcoh found that the Go SDK had this issue and implemented a customization to deal with this.Acceptance criteria:
The text was updated successfully, but these errors were encountered: