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

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

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, 2 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 unified diff | Download patch
« no previous file with comments | « third_party/gsutil/README.chromium ('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
(Empty)
1 # gsutil
2
3 gsutil is a Python application that lets you access Google Cloud Storage from
4 the command line. You can use gsutil to do a wide range of bucket and object
5 management tasks, including:
6
7 * Creating and deleting buckets.
8 * Uploading, downloading, and deleting objects.
9 * Listing buckets and objects.
10 * Moving, copying, and renaming objects.
11 * Editing object and bucket ACLs.
12
13 ## Installation
14
15 For installation instructions, please see:
16
17 https://developers.google.com/storage/docs/gsutil_install
18
19 ## Testing / Development
20
21 The gsutil source code is available at https://github.com/GoogleCloudPlatform/gs util
22
23 For information on developing gsutil and instructions for running the gsutil
24 test suite, run the "gsutil help dev" command. Instructions are also available
25 online at:
26
27 https://developers.google.com/storage/docs/gsutil/addlhelp/ContributingCodetogsu til
28
29 ## Help and Support
30
31 Run the "gsutil help" command for a list of the built-in gsutil help topics.
32
33 You can also browse the help pages online at:
34
35 https://developers.google.com/storage/docs/gsutil
36
37 For community support, visit:
38
39 https://developers.google.com/storage/docs/resources-support#community
40
OLDNEW
« no previous file with comments | « third_party/gsutil/README.chromium ('k') | third_party/gsutil/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698