### Feature Description Hi team, reading the [doc](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html#API_CompleteMultipartUpload_RequestSyntax), I think S3 supports conditional write for multipart uploads. ```sh If-Match: IfMatch If-None-Match: IfNoneMatch ``` I'm wondering if we could support it as well? ### Use Case _No response_ ### Alternatives _No response_