-
-
Notifications
You must be signed in to change notification settings - Fork 227
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 GetBucketLocation fails when location is US Classic #249
Comments
This would also fail if |
Thanks for reporting, I'll look into fixing it. |
Related to this, |
Right, thanks. It seems the decision to replace the stringly-typed |
This allows more fine-grained (correct) control of de/serialisation for BucketLocationConstraint values. Fixes #249.
This allows more fine-grained (correct) control of de/serialisation for BucketLocationConstraint values. Fixes #249.
When the bucket's region is US Classic, Amazon S3 returns an empty string for the bucket's region:
This results in the following error in
amazonka-s3
:The text was updated successfully, but these errors were encountered: