Bharat Viswanadham created HDDS-4044:
----------------------------------------

             Summary: Deprecate ozone.s3g.volume.name
                 Key: HDDS-4044
                 URL: https://issues.apache.org/jira/browse/HDDS-4044
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
            Reporter: Bharat Viswanadham


HDDS-3612 introduced bucket links.
After this feature now we don't need this parameter, any volume/bucket can be 
exposed to S3 via using bucket links.

ozone bucket link srcvol/srcbucket destvol/destbucket

So now to expose any ozone bucket to S3G

For example, the user wants to expose a bucket named bucket1 under volume1 to 
S3G, they can run below command

{code:java}
ozone bucket link volume1/bucket1 s3v/bucket2
{code}

Now, the user can access all the keys in volume/bucket1 using s3v/bucket2 and 
also ingest data to the volume/bucket1.

This Jira is opened to remove the config from ozone-default.xml
And also log a warning message to use bucket links, when it is not default 
value s3v.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to