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.
depot_tools/third_party/gsutil/gslib
hinoka@google.com 8efca395c0 Added gsutil/gslib to depot_tools/third_party
This is needed for https://chromiumcodereview.appspot.com/12042069/
Which uses gsutil to download objects from Google Storage based on SHA1 sums

Continuation of: https://chromiumcodereview.appspot.com/12317103/
Rietveld didn't like a giant CL with all of gsutil (kept crashing on upload),
The CL is being split into three parts

Related:
https://chromiumcodereview.appspot.com/12755026 (gsutil/boto)
https://codereview.chromium.org/12685009/ (gsutil/)

BUG=

Review URL: https://codereview.chromium.org/12685010

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@188842 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
..
addlhelp Added gsutil/gslib to depot_tools/third_party 12 years ago
commands Added gsutil/gslib to depot_tools/third_party 12 years ago
README Added gsutil/gslib to depot_tools/third_party 12 years ago
__init__.py Added gsutil/gslib to depot_tools/third_party 12 years ago
bucket_listing_ref.py Added gsutil/gslib to depot_tools/third_party 12 years ago
command.py Added gsutil/gslib to depot_tools/third_party 12 years ago
command_runner.py Added gsutil/gslib to depot_tools/third_party 12 years ago
exception.py Added gsutil/gslib to depot_tools/third_party 12 years ago
help_provider.py Added gsutil/gslib to depot_tools/third_party 12 years ago
name_expansion.py Added gsutil/gslib to depot_tools/third_party 12 years ago
no_op_auth_plugin.py Added gsutil/gslib to depot_tools/third_party 12 years ago
plurality_checkable_iterator.py Added gsutil/gslib to depot_tools/third_party 12 years ago
project_id.py Added gsutil/gslib to depot_tools/third_party 12 years ago
storage_uri_builder.py Added gsutil/gslib to depot_tools/third_party 12 years ago
thread_pool.py Added gsutil/gslib to depot_tools/third_party 12 years ago
util.py Added gsutil/gslib to depot_tools/third_party 12 years ago
wildcard_iterator.py Added gsutil/gslib to depot_tools/third_party 12 years ago

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.