kr / s3

Go package for Amazon’s S3 API
http://godoc.org/github.com/kr/s3
MIT License
107 stars 34 forks source link

Provide an http.RoundTripper #12

Open kr opened 11 years ago

kr commented 11 years ago

Expose a type that implements http.RoundTripper and signs every outgoing request. This would make it possible to use package s3 in an http.Client and give convenient Get, Post, etc functions.