Xuanwo commented on code in PR #6679:
URL: https://github.com/apache/opendal/pull/6679#discussion_r2435348633
##########
bindings/python/python/opendal/__init__.pyi:
##########
@@ -381,6 +393,18 @@ class AsyncOperator(_Base):
-------
None
"""
+ async def delete_many(self, paths: Iterable[PathBuf]) -> None:
Review Comment:
Maybe we could just make `delete` accept this?
##########
bindings/python/python/opendal/__init__.pyi:
##########
@@ -381,6 +393,18 @@ class AsyncOperator(_Base):
-------
None
"""
+ async def delete_many(self, paths: Iterable[PathBuf]) -> None:
+ """Delete multiple objects in a single request.
Review Comment:
There is no guarantee about this.
--
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]