From d43a2322cf95ef4fe29a125df0593592311a9ce5 Mon Sep 17 00:00:00 2001 From: Nathan LaFreniere Date: Tue, 10 Nov 2015 11:47:27 -0800 Subject: [PATCH] Update DOCS.md "content-type" should've been "content_type" --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index 7db18d8..8d1f9fe 100644 --- a/DOCS.md +++ b/DOCS.md @@ -10,7 +10,7 @@ Use the S3 sync plugin to synchronize files and folders with an Amazon S3 bucket * `delete` - deletes files in the target not found in the source * `include` - don't exclude files that match the specified pattern * `exclude` - exclude files that match the specified pattern -* `content-type` - override default mime-tpyes to use this value +* `content_type` - override default mime-tpyes to use this value The following is a sample S3 configuration in your .drone.yml file: @@ -25,4 +25,4 @@ publish: source: folder/to/archive target: /target/location delete: true -``` \ No newline at end of file +```