goamz
goamz copied to clipboard
Allow S3 optional PUT headers to be omitted
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.