Skip to content

bluele/stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages