Skip to content
nwgat edited this page Apr 11, 2016 · 2 revisions

setup go

  • sudo apt-get install golang
  • mkdir ~/workspace
  • echo 'export GOPATH="$HOME/workspace"' >> ~/.bashrc
  • source ~/.bashrc

build

  • cd $HOME/workspace
  • git clone https://github.com/surma/s3put
  • go get github.com/voxelbrain/goptions
  • go get gopkg.in/amz.v1/aws
  • go get gopkg.in/amz.v1/s3
  • cd s3put && go build
  • ./s3put

Clone this wiki locally