erickguan commented on code in PR #7637:
URL: https://github.com/apache/opendal/pull/7637#discussion_r3471273330
##########
bindings/python/src/services.rs:
##########
@@ -2689,6 +2690,21 @@ submit! {
Enable this option to skip the MKCOL calls and write
files directly.
Default: false
+ enable_conditional_read : builtins.bool, optional
+ Enable conditional read support.
+ When enabled (the default), OpenDAL forwards the RFC
+ 7232 headers to the server when callers provide
+ them: - `If-Match` - `If-None-Match` -
Review Comment:
This looks like a broken format
##########
bindings/python/src/services.rs:
##########
@@ -5333,6 +5350,21 @@ submit! {
Enable this option to skip the MKCOL calls and write
files directly.
Default: false
+ enable_conditional_read : builtins.bool, optional
+ Enable conditional read support.
+ When enabled (the default), OpenDAL forwards the RFC
+ 7232 headers to the server when callers provide
+ them: - `If-Match` - `If-None-Match` -
Review Comment:
This looks like a broken format.
--
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]