shunping commented on issue #30166:
URL: https://github.com/apache/beam/issues/30166#issuecomment-1921527964

   From the API, the correct way to call `delete_batch` after `list_prefix` 
should be
   ```python
   blobs = client.list_prefix(self.resultio.path)
   client.delete_batch(list(blobs.keys(())
   ```


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