bharatviswa504 opened a new pull request #1270: URL: https://github.com/apache/hadoop-ozone/pull/1270
## What changes were proposed in this pull request? 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 ozone bucket link volume1/bucket1 s3v/bucket2 Now, the user can access all the keys in volume/bucket1 using s3v/bucket2 and also ingest data to the volume/bucket1 using using s3v/bucket2 This Jira is opened to remove the config from ozone-default.xml And also log a warning message to use bucket links, when it does not have default value s3v. With this configuration it causes trouble to users, to figure which volume is used for their buckets whenever this configuration is changed. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4044 ## How was this patch tested? Added UT ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
