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

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

Issue 1380943003: Roll version of gsutil to 4.15. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « third_party/gsutil/CHECKSUM ('k') | third_party/gsutil/VERSION » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: gsutil 1 Name: gsutil
2 Short Name: gsutil 2 Short Name: gsutil
3 URL: https://cloud.google.com/storage/docs/gsutil 3 URL: https://cloud.google.com/storage/docs/gsutil
4 Version: 4.13 4 Version: 4.15
5 Date: 2015-07-28 5 Date: 2015-10-01
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: no 7 License File: no
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 gsutil is a Python application that allow access Google Cloud Storage from 11 gsutil is a Python application that allow access Google Cloud Storage from
12 the command line. gsutil can do a wide range of bucket and object 12 the command line. gsutil can do a wide range of bucket and object
13 management tasks, including: 13 management tasks, including:
14 * Creating and deleting buckets. 14 * Creating and deleting buckets.
15 * Uploading, downloading, and deleting objects. 15 * Uploading, downloading, and deleting objects.
16 * Listing buckets and objects. 16 * Listing buckets and objects.
17 * Moving, copying, and renaming objects. 17 * Moving, copying, and renaming objects.
18 * Editing object and bucket ACLs. 18 * Editing object and bucket ACLs.
19 19
20 Local Modifications: 20 Local Modifications:
21 _ Flip executable bits of file with shebang to pass the checkperm script. 21 _ Added this file.
22 _ Temporarily remove gsutilz/third_party/ to avoid overloading build bots.
23 _ Temporarily rename top level naming from gsutil to gsutilz so patch can apply
24 cleanly on the buildbots.
OLDNEW
« no previous file with comments | « third_party/gsutil/CHECKSUM ('k') | third_party/gsutil/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698