Name | Date | Size | |
---|---|---|---|
.. | 21-Dec-2017 | 4 KiB | |
CHANGES.md | 21-Dec-2017 | 64.7 KiB | |
CHECKSUM | 21-Dec-2017 | 33 | |
COPYING | 21-Dec-2017 | 11.1 KiB | |
gslib/ | 21-Dec-2017 | 4 KiB | |
gsutil | 21-Dec-2017 | 785 | |
gsutil.py | 21-Dec-2017 | 3.8 KiB | |
MANIFEST.in | 21-Dec-2017 | 246 | |
README.chromium | 21-Dec-2017 | 584 | |
README.md | 21-Dec-2017 | 1.1 KiB | |
setup.py | 21-Dec-2017 | 5.8 KiB | |
third_party/ | 21-Dec-2017 | 4 KiB | |
VERSION | 21-Dec-2017 | 5 |
README.chromium
1Name: gsutil 2Short Name: gsutil 3URL: https://cloud.google.com/storage/docs/gsutil 4Version: 4.15 5Date: 2015-10-01 6License: Apache 2.0 7License File: no 8Security Critical: no 9 10Description: 11gsutil is a Python application that allow access Google Cloud Storage from 12the command line. gsutil can do a wide range of bucket and object 13management 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 20Local Modifications: 21_ Added this file. 22
README.md
1# gsutil 2 3gsutil is a Python application that lets you access Google Cloud Storage from 4the command line. You can use gsutil to do a wide range of bucket and object 5management 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 15For installation instructions, please see: 16 17https://developers.google.com/storage/docs/gsutil_install 18 19## Testing / Development 20 21The gsutil source code is available at https://github.com/GoogleCloudPlatform/gsutil 22 23For information on developing gsutil and instructions for running the gsutil 24test suite, run the "gsutil help dev" command. Instructions are also available 25online at: 26 27https://developers.google.com/storage/docs/gsutil/addlhelp/ContributingCodetogsutil 28 29## Help and Support 30 31Run the "gsutil help" command for a list of the built-in gsutil help topics. 32 33You can also browse the help pages online at: 34 35https://developers.google.com/storage/docs/gsutil 36 37For community support, visit: 38 39https://developers.google.com/storage/docs/resources-support#community 40 41