Ji-Xinyou commented on PR #2143:
URL:
https://github.com/apache/incubator-opendal/pull/2143#issuecomment-1525529547
> I'm also seeking for better names. Any ideas?
I think it is ok to specify the buffer size for each write, since one writer
is constructed per-write operation.
Then maybe this write pattern could be a field in OpWrite like
```Rust
enum Buffersize {
AtLeast(usize),
Exact(usize),
AtMost(usize),
}
```
--
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]