diff --git a/google/cloud/storage/retry.py b/google/cloud/storage/retry.py index 03a6bec5c..9a6ec853b 100644 --- a/google/cloud/storage/retry.py +++ b/google/cloud/storage/retry.py @@ -29,6 +29,7 @@ ConnectionError, requests.ConnectionError, requests_exceptions.ChunkedEncodingError, + requests_exceptions.Timeout, )