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

Unified Diff: third_party/gsutil/README.chromium

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. Created 5 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gsutil/MANIFEST.in ('k') | third_party/gsutil/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/gsutil/MANIFEST.in ('k') | third_party/gsutil/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698