bluele / stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream

Install

$ go get -u github.com/bluele/stream/cmd/stream

How to use

cat command

$ echo "ok" | stream cat s3://mybucket/sample.txt

$ stream cat s3://mybucket/sample.txt
ok

ls command

$ stream ls s3://mybucket/
sample.txt

cp command

$ stream cp ./text.txt s3://mybucket/

About


Languages

Language:Go 100.0%