🖥

gsutil | upload / download files

2019/04/16に公開

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オープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-04-16

Discussion