🖥
gsutil | upload / download files
Both are done with the cp command.
When uploading
Write in the order of "local path" → "gcs path".
gsutil cp example.log gs://example_bucket/
When downloading
Write in the order "path of gcs" → "local path".
gsutil cp example.log ./
environment
- gsutil version: 4.19
Original by
gsutil | ファイルをアップロード / ダウンロードする
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-04-16
Discussion