Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[object_store] when Create a AmazonS3 instance work with MinIO without set endpoint got error MissingRegion #4617

Closed
jiangzhx opened this issue Aug 1, 2023 · 2 comments
Labels
question Further information is requested

Comments

@jiangzhx
Copy link
Contributor

jiangzhx commented Aug 1, 2023

Which part is this question about

library api

Describe your question

When I tested creating an AmazonS3 instance to work with MinIO, it appeared that providing the region endpoint may be unnecessary.
In fact, both .
with_region("") and .with_region(" ")
worked equally well.

maybe we can set a default value for with_region or add a example for work with minIO

Additional context

@jiangzhx jiangzhx added the question Further information is requested label Aug 1, 2023
@tustvold
Copy link
Contributor

tustvold commented Aug 1, 2023

See #3827 (comment)

The region is technically required for request signing, although it would appear some stores don't care what it is set to. I'm not sure if there is a general recommendation for what minio says it should be set to?

@jiangzhx
Copy link
Contributor Author

jiangzhx commented Aug 1, 2023

Thank you for your response. Perhaps I could add an example to introduce how to use MinIO in the object_store.

i will close this issue.

@jiangzhx jiangzhx closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants