benroeder opened a new pull request, #7208: URL: https://github.com/apache/opendal/pull/7208
## Summary - Fixes #7207 - Forward If-Match, If-None-Match, If-Modified-Since, If-Unmodified-Since headers on stat and read - Map HTTP 304 Not Modified to `ConditionNotMatch` error kind - Note: write conditionals not declared — Swift only supports `If-None-Match: *` on PUT, not specific etag values ## Test plan - `test_stat_with_if_match`, `test_stat_with_if_none_match`, `test_stat_with_if_modified_since`, `test_stat_with_if_unmodified_since`, `test_read_with_if_match`, `test_read_with_if_none_match`, `test_read_with_if_modified_since`, `test_read_with_if_unmodified_since` now execute instead of being silently skipped - All 93 behavior tests pass against both local SAIO and a real Swift cluster -- 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]
