From 8d27b41dac5b3a5b325e473c2c14d00a51de4e12 Mon Sep 17 00:00:00 2001 From: Topher Bullock Date: Fri, 25 Nov 2016 09:49:06 -0500 Subject: [PATCH] Add documentation for content_type Added by #52, but missing from the docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5aa12b20..8229300e 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,9 @@ a new version of that file. * `acl`: *Optional.* [Canned Acl](http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html) for the uploaded object. + +* `content_type`: *Optional.* MIME [Content-Type](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17) + describing the contents of the uploaded object ## Example Configuration