tanvipenumudy opened a new pull request, #5115: URL: https://github.com/apache/ozone/pull/5115
## What changes were proposed in this pull request? ListKeys currently reports all the blocks for each of the keys. There are multiple use-cases where this is not required: 1. Shell commands to list keys 2. S3G list buckets API The goal is to implement a listKeys API that can be skipped and does not need to include block information. The keys are only listed if the user has appropriate permissions. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9079 ## How was this patch tested? Existing test cases should cover the code changes. -- 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]
