goamz
goamz copied to clipboard
go get github.com/crowdmob/goamz/s3 Not functional
I'm getting the following when trying to go get github.com/crowdmob/goamz/s3:
$ go get github.com/crowdmob/goamz/s3
# github.com/crowdmob/goamz/s3
../../../crowdmob/goamz/s3/s3.go:944: unknown net.Dialer field 'KeepAlive' in struct literal
../../../crowdmob/goamz/s3/s3.go:947: unknown http.Client field 'Timeout' in struct literal
$ go version
go version go1.1.2 linux/amd64
Same on multiple hosts.
It looks like this commit https://github.com/crowdmob/goamz/commit/b8bcc5c5cc42b3a190d6236f349e4b500861089e from 7/7/14 is the culprit
related to #181