chitralverma commented on PR #7139:
URL: https://github.com/apache/opendal/pull/7139#issuecomment-3722093400

   @fatelei from the first looks of it, this PR doesn't seem to add any new 
functionality/ capability.
   
   you can already do things with,
   
   ```py
   op: Operator = ...
   content: bytes: = ...
   
   with op.open("path", mode = "wb", <other writer options>) as f:
     f.write(content)
   ```
   
   works in a similar manner with `AsyncOperator` as well.


-- 
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]

Reply via email to