Index: git_cache.py |
diff --git a/git_cache.py b/git_cache.py |
index eac2093604a9879a91bda8711be32c545194f26f..19c10dd95d4d0276fc858268c1cc55d5755ff287 100755 |
--- a/git_cache.py |
+++ b/git_cache.py |
@@ -276,7 +276,7 @@ class Mirror(object): |
python_fallback = True |
gs_folder = 'gs://%s/%s' % (self.bootstrap_bucket, self.basedir) |
- gsutil = Gsutil(self.gsutil_exe, boto_path=None, bypass_prodaccess=True) |
+ gsutil = Gsutil(self.gsutil_exe, boto_path=None) |
# Get the most recent version of the zipfile. |
_, ls_out, _ = gsutil.check_call('ls', gs_folder) |
ls_out_sorted = sorted(ls_out.splitlines()) |