would like to be able to specify timeout for get_bucket and download_to_file

I am using some methods from this file gcloud/storage/client.py

Specifically, get_bucket and list_bucket.

I am struggling to figure out how I should set timeouts on these methods. I am worried about them being stuck.