adoroszlai opened a new pull request, #9528: URL: https://github.com/apache/ozone/pull/9528
## What changes were proposed in this pull request? Reduce parameter count in `BucketEndpoint` request handler by getting query parameters from the request context. Benefits: - Prepare for refactoring into separate handler classes (HDDS-14123, etc.). Each handler will need to look up only the parameters it cares about, no need to pass everything from `BucketEndpoint`. - Eliminate the `parameternumber` warning. - Make method calls in unit tests easier to understand. CC @echonesis https://issues.apache.org/jira/browse/HDDS-14198 ## How was this patch tested? Ran checkstyle and all S3G unit/integration tests locally. CI: https://github.com/adoroszlai/ozone/actions/runs/20363080334 -- 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]
