leiysky opened a new issue, #6521:
URL: https://github.com/apache/opendal/issues/6521
### Describe the bug
```rust
op.write_with("path/to/object", bs)
.chunk(write_chunk_size) // This configuration isn't enforced, chunk
size may be way larger than configured.
.await;
```
### Steps to Reproduce
Ditto.
### Expected Behavior
Payload is splitted into chunks following the configuration.
### Additional Context
_No response_
### Are you willing to submit a PR to fix this bug?
- [ ] Yes, I would like to submit a 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]