Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
CHANGES.md | 24-Aug-2016 | 64.7K | |
CHECKSUM | 24-Aug-2016 | 33 | |
COPYING | 24-Aug-2016 | 11.1K | |
gslib/ | 24-Aug-2016 | ||
gsutil | 24-Aug-2016 | 785 | |
gsutil.py | 24-Aug-2016 | 3.8K | |
MANIFEST.in | 24-Aug-2016 | 246 | |
README.chromium | 24-Aug-2016 | 584 | |
README.md | 24-Aug-2016 | 1.1K | |
setup.py | 24-Aug-2016 | 5.8K | |
third_party/ | 24-Aug-2016 | ||
VERSION | 24-Aug-2016 | 5 |
1 Name: gsutil 2 Short Name: gsutil 3 URL: https://cloud.google.com/storage/docs/gsutil 4 Version: 4.15 5 Date: 2015-10-01 6 License: Apache 2.0 7 License File: no 8 Security Critical: no 9 10 Description: 11 gsutil is a Python application that allow access Google Cloud Storage from 12 the command line. gsutil can do a wide range of bucket and object 13 management tasks, including: 14 * Creating and deleting buckets. 15 * Uploading, downloading, and deleting objects. 16 * Listing buckets and objects. 17 * Moving, copying, and renaming objects. 18 * Editing object and bucket ACLs. 19 20 Local Modifications: 21 _ Added this file. 22
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/gsutil 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/ContributingCodetogsutil 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 41