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
If an S3 ambient strategy is setup for a bucket, and that bucket resides in a region that differs from the region the service is running in it results in the error:
Amazon.S3.AmazonS3Exception: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint
AWS SDK GetObjectRequest doesn't accept region, it needs to be configured at client level. How do we handle cross-account bucket access?
The text was updated successfully, but these errors were encountered:
If an S3 ambient strategy is setup for a bucket, and that bucket resides in a region that differs from the region the service is running in it results in the error:
AWS SDK
GetObjectRequest
doesn't accept region, it needs to be configured at client level. How do we handle cross-account bucket access?The text was updated successfully, but these errors were encountered: