Volume for buckets created using Ozone S3 Gateway
Ozone S3 Gateway allows access to buckets through a single volume. The administrator must create this volume before buckets can be added using S3 Gateway.
Consider the following example:
ozone sh volume create /s3v
Given this setting, all buckets created using the Ozone S3 Gateway will be placed under the volume named /s3v.
You can configure the name of the default volume using the
ozone.s3g.volume.name property in
ozone-site.xml, as mentioned in the following
example:
<property>
<name>ozone.s3g.volume.name</name>
<value>/s3v</value>
</property>