echonesis opened a new pull request, #9607:
URL: https://github.com/apache/ozone/pull/9607

   ## What changes were proposed in this pull request?
   Refactored the `BucketEndpoint#get` method by moving ACL GET handling logic 
into `BucketAclHandler`, completing the separation of ACL operations from the 
main endpoint class through the chain-of-responsibility pattern.
   
   ### Changes
   - Moved BucketEndpoint#getAcl() method to BucketAclHandler#handleGetRequest()
   - Added handleGetRequest() method to BucketOperationHandler interface to 
support GET operations in the handler chain
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-14360
   
   ## How was this patch tested?
   
   GitHub Actions CI: 
https://github.com/echonesis/ozone/actions/runs/20813446343
   


-- 
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]

Reply via email to