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
The S3 GetBucketLocation operation returns `null` (`None`) for buckets
in the legacy `us-east-1` region and `EU` for very old buckets that were
created in the historical `EU` region (now `eu-west-1`). For every other
region the API already returns the correct AWS region string.
Add a function that normalizes bucket location.
0 commit comments