gsutil

The gsutil CLI lets you access Google Cloud Storage from…

gsutil

The gsutil CLI lets you access Google Cloud Storage from the command line. You can use gsutil to do a wide range of bucket and object management tasks. More information: https://cloud.google.com/storage/docs/gsutil.

gsutil ls

gsutil ls -r 'gs://{{bucket_name}}/{{prefix}}**'

gsutil cp gs://{{bucket_name}}/{{object_name}} {{path/to/save_location}}

gsutil cp {{object_location}} gs://{{destination_bucket_name}}/

gsutil mv gs://{{bucket_name}}/{{old_object_name}} gs://{{bucket_name}}/{{new_object_name}}

gsutil mb gs://{{bucket_name}}

gsutil rm -r gs://{{bucket_name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← gst-launch-1.0 gt →