ashishkumar50 opened a new pull request, #5065: URL: https://github.com/apache/ozone/pull/5065
## What changes were proposed in this pull request? ozone sh command is applicable for all bucket layout types. But skipTrash is applicable only for FSO. If user wants to delete key without trash, user can do so by using ozone fs commands which supports FSO specific bucket features. If skipTrash option is provided in sh command, user may wrongly interpret OBS buckets also supports trash which actually doesn't support. So to avoid confusion skipTrash which is bucket specific option is removed in this PR. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8896 ## How was this patch tested? Updated existing tests to verify -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
