We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo apt-get install golang
mkdir ~/workspace
echo 'export GOPATH="$HOME/workspace"' >> ~/.bashrc
source ~/.bashrc
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
There was an error while loading. Please reload this page.