[[2021-06-24_Thu]] #gcs
```shell-session
$ gsutil cp gs://BUCKET_NAME/OBJECT_NAME SAVE_TO_LOCATION
```
```shell-session
$ gsutil cp gs://microservices-demo-artifacts/metrics/2021/06/22/argowf-chaos-djvlj/user_pod-cpu-hog_0.gz ./
Copying gs://microservices-demo-artifacts/metrics/2021/06/22/argowf-chaos-djvlj/user_pod-cpu-hog_0.gz...
/ [1 files][ 3.5 MiB/ 3.5 MiB]
Operation completed over 1 objects/3.5 MiB.
```
参考: [Downloading objects | Cloud Storage | Google Cloud](https://cloud.google.com/storage/docs/downloading-objects#gsutil)