Xuanwo commented on code in PR #2036:
URL: 
https://github.com/apache/incubator-opendal/pull/2036#discussion_r1171087195


##########
core/src/types/ops.rs:
##########
@@ -377,17 +382,6 @@ impl OpWrite {
         self.cache_control = Some(cache_control.to_string());
         self
     }
-
-    /// Set the If-Match of the option
-    pub fn with_if_match(mut self, if_match: &str) -> Self {
-        self.if_match = Some(if_match.to_string());
-        self
-    }
-
-    /// Get If-Match from option
-    pub fn if_match(&self) -> Option<&str> {
-        self.if_match.as_deref()
-    }

Review Comment:
   Yes, OpWrite doesn't have `if-match` support.



-- 
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]

Reply via email to