A Amazon S3 upload image using Golang
- glide Package manager should be installed.
- You must have your $GOPATH setted as well.
- You must clone your project in you $GOPATH/src folder in order to glide install command works.
$ git clone https://github.com/DaemonGearIT/go-sample-s3
$ cd go-sample-s3
$ glide install
$ go run main.go
MIT