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:
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.
15 For installation instructions, please see:
17 https://developers.google.com/storage/docs/gsutil_install
19 ## Testing / Development
21 The gsutil source code is available at https://github.com/GoogleCloudPlatform/gsutil
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
27 https://developers.google.com/storage/docs/gsutil/addlhelp/ContributingCodetogsutil
31 Run the "gsutil help" command for a list of the built-in gsutil help topics.
33 You can also browse the help pages online at:
35 https://developers.google.com/storage/docs/gsutil
37 For community support, visit:
39 https://developers.google.com/storage/docs/resources-support#community