| Index: client/utils/net.py
|
| diff --git a/client/utils/net.py b/client/utils/net.py
|
| index 7eaeb878035db1fd8debcea78165836df41a68b2..6aa9a5ba9825959580d5f1b483a7ff96244c32a4 100644
|
| --- a/client/utils/net.py
|
| +++ b/client/utils/net.py
|
| @@ -69,7 +69,7 @@ CONTENT_ENCODERS = {
|
|
|
|
|
| # Google Storage URL regular expression.
|
| -GS_STORAGE_HOST_URL_RE = re.compile(r'https://.*\.storage\.googleapis\.com')
|
| +GS_STORAGE_HOST_URL_RE = re.compile(r'https://(.+\.)?storage\.googleapis\.com')
|
|
|
| # Global (for now) map: server URL (http://example.com) -> HttpService instance.
|
| # Used by get_http_service to cache HttpService instances.
|
|
|