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
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: