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

   ## What changes were proposed in this pull request?
   
   This PR extracts S3 bucket lifecycle GET, PUT, and DELETE operations from
   `BucketCrudHandler` into a dedicated `BucketLifecycleHandler`.
   
   The new handler is registered in the bucket operation handler chain before
   `BucketCrudHandler`. Lifecycle-specific request handling, owner verification,
   error mapping, and configuration conversion are moved without changing their
   behavior.
   
   `BucketCrudHandler` is left responsible only for regular bucket creation and
   deletion.
   
   ## What is the link to the Apache Jira?
   
   https://issues.apache.org/jira/browse/HDDS-16101
   
   ## How was this patch tested?
   
   - Compiled the `ozone-s3gateway` module successfully.
   - Ran:
     - `TestS3LifecycleConfigurationGet`
     - `TestS3LifecycleConfigurationPut`
     - `TestS3LifecycleConfigurationDelete`
   - 19 tests passed with no failures or errors.


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