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

z3 does not support MinIO #39

Open
haslersn opened this issue Jan 6, 2021 · 0 comments
Open

z3 does not support MinIO #39

haslersn opened this issue Jan 6, 2021 · 0 comments

Comments

@haslersn
Copy link

haslersn commented Jan 6, 2021

I'd like to use z3 with MinIO, but I think it's currently not possible. The main problem is that z3 always uses virtual hosted style adressing while MinIO by default only supports path style addressing.

Technical details

Here's an example of how to use boto3 to access MinIO, but z3 uses an older version of boto. I think with the older it's possible to enable path style addressing by passing calling_format = boto.s3.connection.OrdinaryCallingFormat() to boto.connect_s3(). However, z3 exposes no way to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant