k5342 opened a new pull request, #3842: URL: https://github.com/apache/ozone/pull/3842
## What changes were proposed in this pull request? When FSO-enabled bucket, we can optimize KeyIterator by `delimiter` param. If we have large bucket, reduce much query execution by stopping recursive listStatus query. It can be useful when user just fetches bucket structure via S3 API. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7295 ## How was this patch tested? - DONE: Manual tests on our cluster (`aws s3 ls s3://bucket/` is success) - TODO: Write more unittests -- 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]
