Xuanwo commented on code in PR #5618:
URL: https://github.com/apache/opendal/pull/5618#discussion_r1948420145
##########
bindings/ruby/src/capability.rs:
##########
@@ -57,13 +57,28 @@ define_accessors!(Capability, {
stat: bool,
stat_with_if_match: bool,
stat_with_if_none_match: bool,
+ stat_with_if_modified_since: bool,
Review Comment:
I don't think we need to sync them all. In fact, Ruby doesn't support all of
those options. As of now, we only need `stat`/`read` and not the other
`stat_with_xxx` options. We can add them back once Ruby actually supports those
APIs.
--
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]