Xuanwo commented on issue #5504: URL: https://github.com/apache/opendal/issues/5504#issuecomment-2569189049
> The main problem is that with the above-mentioned change one cannot call `if_none_match` on an S3 operator anymore, as it leads to `service s3 doesn't support operation write with args if_none_match`. Hi, S3 does not support `if_none_match`, which allows users to input any valid `ETag`. It only supports `if_not_exists`, which must be set `If-None-Match` exclusively to `*` internally. -- 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]
