zzl221000 opened a new issue, #4120:
URL: https://github.com/apache/opendal/issues/4120
The code is as follows.
```python
import opendal
op = opendal.Operator('oss',...)
f = op.open('file.txt', 'wb')
f.write(b'0' * 1024 * 1024)
f.close()
```
Created a Multipart, but the close method did not complete the Multipart.
--
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]