/go-sample-s3

Amazon S3 Upload image sample with Golang

Primary LanguageGo

go-sample-s3

A Amazon S3 upload image using Golang

Requirements

  • 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.

Install dependencies & run sample

$ git clone https://github.com/DaemonGearIT/go-sample-s3
$ cd go-sample-s3
$ glide install
$ go run main.go

License

MIT