forked from Deuxfleurs/infrastructure
12 lines
94 B
Markdown
12 lines
94 B
Markdown
|
Install dependencies:
|
||
|
|
||
|
```
|
||
|
GOBIN=$GOPATH/bin go get .
|
||
|
```
|
||
|
|
||
|
Run:
|
||
|
|
||
|
```
|
||
|
go run ./kv_to_s3.go
|
||
|
```
|