Skip to content

Are Minio/non-AWS buckets supposed to be supported? #2750

Answered by mullermp
onpaws asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, in theory those are supported but those use cases are not well understood or tested from our side admittedly. It is correct that the S3 bucket should be prepended to the URL as a subdomain (it's called a virtual host style). This is S3's preferred style. Buckets that aren't DNS compliant are in the URL path. I am thinking that your custom endpoint expects path style, such as /bucket/key, and I also believe this to be a difference in default behavior between the CLI and most of the SDKs. Try configuring either force_path_style: true (preferred) or disable_host_prefix_injection: true on your S3 client and it should not prepend.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by onpaws
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants