peterxcli opened a new pull request, #10511: URL: https://github.com/apache/ozone/pull/10511
## What changes were proposed in this pull request? Amazon S3 supports conditional deletes on Sep 16, 2025. * With conditional deletes, you can protect your application from accidental deletions of objects. * You can use the If-Match header with the * value to check if the object exists before attempting to delete it. Require updating both code and design doc of conditional request * https://aws.amazon.com/about-aws/whats-new/2025/09/amazon-s3-conditional-deletes-s3-general-purpose-buckets/ * https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-deletes.html ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14907 ## How was this patch tested? (Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this.) -- 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]
