Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / tools / telemetry / third_party / gsutilz / README.chromium
blob01d176ab2f8e774d0ce5e1f69cb7aa52aed13320
1 Name: gsutil
2 Short Name: gsutil
3 URL: https://cloud.google.com/storage/docs/gsutil
4 Version: 4.13
5 Date: 2015-07-28
6 License: Apache 2.0
7 License File: no
8 Security Critical: no
10 Description:
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
13 management tasks, including:
14 * Creating and deleting buckets.
15 * Uploading, downloading, and deleting objects.
16 * Listing buckets and objects.
17 * Moving, copying, and renaming objects.
18 * Editing object and bucket ACLs.
20 Local Modifications:
21 _ Flip executable bits of file with shebang to pass the checkperm script.
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.