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?
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?