GitHub user Xuanwo added a comment to the discussion: How to upload large files
using opendal-python?
Hi, you can open a file using `wb` mode and continue writing data to it.
Something like:
```python
with op.open("test.csv", mode="wb") as file:
file.write(data)
```
After https://github.com/apache/opendal/pull/6086 get merged, you can tune more
settings like `concurrent` and `chunk` for the writer.
---
cc @chitralverma, it seems a great idea to include some more examples about
this.
GitHub link:
https://github.com/apache/opendal/discussions/6248#discussioncomment-13351680
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]