mitchellh / goamz

Golang Amazon Library
Other
672 stars 216 forks source link

Allow S3 optional PUT headers to be omitted #234

Open sinbad opened 9 years ago

sinbad commented 9 years ago

In the S3 API for PUT Object, the "Content-Type" and "x-amz-acl" headers are not required but were mandatory in the goamz S3 implementation. I've made them optional as supported by the API.