slofurno / gsutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Google cloud storage cp

when you want to use google cloud storage, but don't have python

Usage

gsutil cp <src> <dst>

To bucket

echo "hi" | gsutil cp - gs://bucket/key

gsutil cp ./key gs://bucket/key

From bucket

gsutil cp gs://bucket/key .

gsutil cp gs://bucket/key -

gsutil cp gs://bucket/key ./key.txt

About


Languages

Language:Go 99.9%Language:Shell 0.1%