Index: tools/telemetry/third_party/gsutilz/README.chromium |
diff --git a/tools/telemetry/third_party/gsutilz/README.chromium b/tools/telemetry/third_party/gsutilz/README.chromium |
deleted file mode 100644 |
index 01d176ab2f8e774d0ce5e1f69cb7aa52aed13320..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/third_party/gsutilz/README.chromium |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-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. |