priyeshkaratha opened a new pull request, #525: URL: https://github.com/apache/ozone-site/pull/525
## What changes were proposed in this pull request? Update the S3 lifecycle documentation to mark **AbortIncompleteMultipartUpload** as supported in the S3 lifecycle action compatibility table and add a dedicated **AbortIncompleteMultipartUpload Action** section describing the `DaysAfterInitiation` element with an example lifecycle rule. Document its interaction with `MultipartUploadCleanupService`: although both services can clean up stale multipart uploads (MPUs), `MultipartUploadCleanupService` runs unconditionally across the cluster, meaning a lifecycle rule with `DaysAfterInitiation >= ozone.om.open.mpu.expire.threshold` would be silently preempted. To prevent this configuration from being ineffective, Ozone rejects such lifecycle configurations at `PutBucketLifecycleConfiguration` time. Also add `ozone.om.open.mpu.expire.threshold` to the Configuration table, describing it as the upper bound for `DaysAfterInitiation`, and include the same constraint in the Considerations section for quick reference. ## What is the link to the Apache Jira? HDDS-16087 ## How was this patch tested? Tested manually <img width="3390" height="786" alt="image" src="https://github.com/user-attachments/assets/11103caf-10c7-4bec-af9a-80560b577f4d" /> <img width="3390" height="1396" alt="image" src="https://github.com/user-attachments/assets/b5955c16-3bd8-42a1-9a26-d237e1f8aabe" /> <img width="3390" height="1132" alt="image" src="https://github.com/user-attachments/assets/6b3c00a7-a6f3-450f-9c68-6a766c361370" /> <img width="3390" height="558" alt="image" src="https://github.com/user-attachments/assets/062bf109-6a98-4a6a-a037-3b24c9c165e1" /> -- 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]
