Replies: 1 comment
-
There's no S3 API that will return the bucket region as a response field. What you can do is call HeadBucket and check the response for the Here's an example in wirelogs (I removed some of the headers to make it easier to read):
The s3 client was set to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get bucket region. I only have bucket name, access key and secret key. How do I find out which region this bucket belongs to?
Beta Was this translation helpful? Give feedback.
All reactions