b4f6745b4c
gsutil is a Python application that lets you access Google Cloud Storage and Amazon S3 from the command line. You can use gsutil to 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
9 lines
381 B
Text
9 lines
381 B
Text
gsutil is a Python application that lets you access Google Cloud Storage and
|
|
Amazon S3 from the command line. You can use gsutil to 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
|