Storage: Batch._do_request does not accept timeout kwarg #9951
Labels
api: storage
Issues related to the Cloud Storage API.
type: process
A process-related concern. May include testing, release, or the like.
Environment details
Arch Linux (Docker; tag 20191205; https://hub.docker.com/_/archlinux)
PyPy3 7.2
google-cloud-storage-1.23.0
Steps to reproduce
batch()
context manager to create a batch of blob deletesCode example
Stack trace
Other info
I was able to fix the issue by monkey-patching
google.cloud.storage.batch.Batch._do_request
.The text was updated successfully, but these errors were encountered: