Xuanwo commented on issue #5211:
URL: https://github.com/apache/arrow-rs/issues/5211#issuecomment-1870276146
> Not sure here, as you said,It might not work for all end-points. 🤔
Yep, it doesn't work for all endpoints. Even minio users could set their own
regions like `org-us-1`. In severe instances, an incorrect region can lead to
more perplexing errors that are significantly harder for users to resolve.
For example, accessing s3 from wrong region could got:
```shell
{ code: "PermanentRedirect", message: "The bucket you are attempting to
access must be addressed using the specified endpoint. Please send all future
requests to this endpoint.", resource: "", request_id: "MN9M36MVQ5AHKDQ2" }
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]