Skip to content

How to configure S3 gateway port for s3g #7502

Answered by adoroszlai
julienlau asked this question in FAQ
Discussion options

You must be logged in to vote

Set ozone.s3g.http-address and/or ozone.s3g.https-address.

<property>
<name>ozone.s3g.http-address</name>
<value>0.0.0.0:9878</value>
<tag>OZONE, S3GATEWAY</tag>
<description>The address and the base port where the Ozone S3Gateway
Server will
listen on.</description>
</property>

<property>
<name>ozone.s3g.https-address</name>
<value/>
<tag>OZONE, S3GATEWAY</tag>
<description>Ozone S3Gateway serverHTTPS server address and port

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@julienlau
Comment options

Answer selected by julienlau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants