Essoz commented on code in PR #2035:
URL:
https://github.com/apache/incubator-opendal/pull/2035#discussion_r1170843796
##########
core/src/services/azblob/core.rs:
##########
@@ -126,6 +128,10 @@ impl AzblobCore {
req = req.header(http::header::RANGE, range.to_header());
}
+ if let Some(etag) = if_none_match {
Review Comment:
Oops, I didn't know that I can do shadowing in Rust like this. Thanks for
pointing out. I have already updated the pr.
--
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]