XmchxUp commented on issue #5426:
URL: https://github.com/apache/opendal/issues/5426#issuecomment-2564948570
I can currently only think of this method `add a new api for Reader`.
```rust
pub async fn read_with_etag(
&self,
range: impl RangeBounds<u64>,
etag: Option<&str>,
if_none_match: bool,
) -> Result<Buffer> {
```
I wonder if there are any other ideas?
--
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]