Index: third_party/gsutil/README.chromium |
diff --git a/third_party/gsutil/README.chromium b/third_party/gsutil/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..01d176ab2f8e774d0ce5e1f69cb7aa52aed13320 |
--- /dev/null |
+++ b/third_party/gsutil/README.chromium |
@@ -0,0 +1,24 @@ |
+Name: gsutil |
+Short Name: gsutil |
+URL: https://cloud.google.com/storage/docs/gsutil |
+Version: 4.13 |
+Date: 2015-07-28 |
+License: Apache 2.0 |
+License File: no |
+Security Critical: no |
+ |
+Description: |
+gsutil is a Python application that allow access Google Cloud Storage from |
+the command line. gsutil can do a wide range of bucket and object |
+management tasks, including: |
+* Creating and deleting buckets. |
+* Uploading, downloading, and deleting objects. |
+* Listing buckets and objects. |
+* Moving, copying, and renaming objects. |
+* Editing object and bucket ACLs. |
+ |
+Local Modifications: |
+_ Flip executable bits of file with shebang to pass the checkperm script. |
+_ Temporarily remove gsutilz/third_party/ to avoid overloading build bots. |
+_ Temporarily rename top level naming from gsutil to gsutilz so patch can apply |
+cleanly on the buildbots. |