Jeff Valeo

Results 2 issues of Jeff Valeo

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

Whenever there is a timeout an error is logged but there is not exception thrown. This means that the caller can't catch anything and do something else. The use case...