Skip to content

Integration with Apache Ozone for s3-compatible data store #9002

Closed Answered by the-Fitz
the-Fitz asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to resolve this issue by enabling virtual-host URLs in my Ozone deployment.

Ozone S3 gateway supports both the virtual-host-style URL s3 bucket addresses (eg. http://bucketname.host:9878/) and the path-style addresses (eg. http://host:9878/bucketname)

By default it uses the path-style addressing. To use virtual host style URLs set your main domain name in your ozone-site.xml:

<property>
 <name>ozone.s3g.domain.name</name>
 <value>s3g.internal</value>
</property>

To come to this conclusion, I set blockstore.s3.client_log_request: true to gather additional logs and discovered that my lakeFS deployment was configured to use virtual-host style URLs (see documentation here).

In es…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by the-Fitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant