| Index: upload_to_google_storage.py
|
| diff --git a/upload_to_google_storage.py b/upload_to_google_storage.py
|
| index e6cd2eeb5e54c9b8af99e38b71a03b67c9076e7c..35bc039364eaf89d9aa8036cfcdd751543d91f9f 100755
|
| --- a/upload_to_google_storage.py
|
| +++ b/upload_to_google_storage.py
|
| @@ -234,7 +234,8 @@ def main(args):
|
|
|
| # Make sure we can find a working instance of gsutil.
|
| if os.path.exists(GSUTIL_DEFAULT_PATH):
|
| - gsutil = Gsutil(GSUTIL_DEFAULT_PATH, boto_path=options.boto)
|
| + gsutil = Gsutil(GSUTIL_DEFAULT_PATH, boto_path=options.boto,
|
| + bypass_prodaccess=True)
|
| else:
|
| gsutil = None
|
| for path in os.environ["PATH"].split(os.pathsep):
|
|
|