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
Most of our buckets live in Sydney, but we have one that lives in the US. When running iamy pull I get the following error:
Error fetching S3 data: Error listing buckets: Error while getting details for S3 bucket [redacted]: GetBucketPolicyDoc for [redacted]: BucketRegionError: incorrect region, the bucket is not in 'ap-southeast-2' region
It looks like the Go SDK can't handle multiple regions for S3 buckets.
The text was updated successfully, but these errors were encountered:
madpilot
changed the title
BucketRegionError thrown when retreiving Get if account has buckets in two different regions
BucketRegionError thrown when retreiving GetBucketPolicyDoc if account has buckets in two different regions
Feb 3, 2017
Could a flag be added to skip S3 bucket policies? I had hoped to try this out but it looks like it just errors out on region so we can't even try using it in most of our accounts.
Most of our buckets live in Sydney, but we have one that lives in the US. When running
iamy pull
I get the following error:Error fetching S3 data: Error listing buckets: Error while getting details for S3 bucket [redacted]: GetBucketPolicyDoc for [redacted]: BucketRegionError: incorrect region, the bucket is not in 'ap-southeast-2' region
It looks like the Go SDK can't handle multiple regions for S3 buckets.
The text was updated successfully, but these errors were encountered: