erickguan commented on code in PR #7637:
URL: https://github.com/apache/opendal/pull/7637#discussion_r3448506051
##########
.github/services/webdav/0_nginx/action.yml:
##########
@@ -30,5 +30,5 @@ runs:
run: |
cat << EOF >> $GITHUB_ENV
OPENDAL_WEBDAV_ENDPOINT=http://127.0.0.1:8080
- OPENDAL_TEST_CAPABILITY_OVERRIDES=write_with_user_metadata=false
+
OPENDAL_TEST_CAPABILITY_OVERRIDES=write_with_user_metadata=false,read_with_if_match=false,read_with_if_none_match=false,read_with_if_modified_since=false
Review Comment:
Instead of setting OPENDAL_TEST_CAPABILITY_OVERRIDES, we could perhaps add a
conditional read support toggle when initialize a backend. And when we read
this toggle, we could also enable the toggle by an environment variable, e.g.
OPENDAL_WEBDAV_CONDITIONAL_READ.
--
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]