DescriptionRevert of Don't check bucket permissions if --no-auth. (patchset #1 id:1 of https://codereview.chromium.org/772203002/)
Reason for revert:
Seems to break download_from_google_storage.py in gclient runhooks:
Traceback (most recent call last):
File "/b/depot_tools/download_from_google_storage.py", line 469, in <module>
sys.exit(main(sys.argv))
File "/b/depot_tools/download_from_google_storage.py", line 458, in main
code = check_bucket_permissions(base_url, gsutil, options.no_auth)
TypeError: check_bucket_permissions() takes exactly 2 arguments (3 given)
Original issue's description:
> Don't check bucket permissions if --no-auth.
>
> Checking bucket permissions takes ~400ms. We don't
> need to do this if --no-auth because we know we
> won't get a 403 and the 404 check will be handled
> later when we try to actually download the file.
>
> Also, remove the check for a null bucket. This
> can't happen since we will throw a parser error
> in the main function before we get to this code.
>
> R=iannucci@chromium.org
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=293250
TBR=agable@chromium.org,iannucci@chromium.org,ojan@chromium.org
NOTREECHECKS=true
NOTRY=true
Patch Set 1 #
Created: 6 years ago
(Patch set is too large to download)
Messages
Total messages: 9 (1 generated)
|