Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: third_party/gsutil/README.chromium

Issue 86123002: Adds SSO auth to gsutil (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Remove unneeded line Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: gsutil 1 Name: gsutil
2 URL: https://github.com/GoogleCloudPlatform/gsutil 2 URL: https://github.com/GoogleCloudPlatform/gsutil
3 Version: 3.25 3 Version: 3.25
4 License: Apache 2.0 4 License: Apache 2.0
5 5
6 Description: 6 Description:
7 Set of tools to allow querying, uploading, and downloading objects from 7 Set of tools to allow querying, uploading, and downloading objects from
8 Google Storage. 8 Google Storage.
9 9
10 Modifications: 10 Modifications:
11 * Removed gsutil/gslib/commands/test.py 11 * Removed gsutil/gslib/commands/test.py
12 * Removed gsutil/pkg_gen.sh 12 * Removed gsutil/pkg_gen.sh
13 * Removed gsutil/gslib/tests/ 13 * Removed gsutil/gslib/tests/
14 * Moved gsutil/boto as a depot_tools third_party lib 14 * Moved gsutil/boto as a depot_tools third_party lib
15 * Moved gsutil/third_party into our own third_party directory 15 * Moved gsutil/third_party into our own third_party directory
16 * Append sys.path in gsutil/gsutil to find the moved third_party modules 16 * Append sys.path in gsutil/gsutil to find the moved third_party modules
17 * Updated checksum ce71ac982f1148315e7fa65cff2f83e8 -> c9cffb512f467c0aa54880788 b9ee6ca 17 * Updated checksum ce71ac982f1148315e7fa65cff2f83e8 -> c9cffb512f467c0aa54880788 b9ee6ca
18 * Remove code to remove http_proxy before boto.config invocation. 18 * Remove code to remove http_proxy before boto.config invocation.
19 * Added and imports SSOAuth plugin to support prodaccess based authentication.
M-A Ruel 2013/12/04 00:38:17 I'd prefer you to name the plugin by file name.
Ryan Tseng 2013/12/04 01:22:22 Done.
20 * Adds flag to bypass prodaccess authentication.
19 21
20 Full license is in the COPYING file. 22 Full license is in the COPYING file.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698