You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
It looked like the bypass_prodaccess flag wasn't passed in all the way to where it needed to be, causing it to be set to True by default at some point, which caused the prodaccess path to never happen. This change takes the flag and brings it all of the way. BUG=337972 Review URL: https://codereview.chromium.org/147443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@247049 0039d316-1c4b-4281-b951-d872f2087c98 |
11 years ago | |
---|---|---|
.. | ||
addlhelp | ||
commands | ||
README | ||
__init__.py | ||
bucket_listing_ref.py | ||
command.py | ||
command_runner.py | ||
exception.py | ||
help_provider.py | ||
name_expansion.py | ||
no_op_auth_plugin.py | ||
plurality_checkable_iterator.py | ||
project_id.py | ||
storage_uri_builder.py | ||
thread_pool.py | ||
util.py | ||
wildcard_iterator.py |
README
This directory contains library code used by gsutil. Users are cautioned not to write programs that call the internal interfaces defined in here; these interfaces were defined only for use by gsutil, and are subject to change without notice. Moreover, Google supports this library only when used by gsutil, not when the library interfaces are called directly by other programs.