OLD | NEW |
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 * Removed oauth2_client certificate SHA1 check | 17 * Removed oauth2_client certificate SHA1 check |
18 * Removed code to remove http_proxy before boto.config invocation. | 18 * Removed code to remove http_proxy before boto.config invocation. |
19 * Added and imports gsutil/plugins/sso_auth.py to support prodaccess | 19 * Added and imports gsutil/plugins/sso_auth.py to support prodaccess |
20 based authentication. | 20 based authentication. |
21 * Added flag to bypass prodaccess authentication. | 21 * Added flag to bypass prodaccess authentication. |
| 22 * Remove autolaunching the browser during gsutil config. |
| 23 * Remove prompt for default project ID (Defaults to "0" now). |
22 | 24 |
23 Full license is in the COPYING file. | 25 Full license is in the COPYING file. |
OLD | NEW |