Update DOCS.md

"content-type" should've been "content_type"
This commit is contained in:
Nathan LaFreniere 2015-11-10 11:47:27 -08:00
parent 7aac366aeb
commit d43a2322cf
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
```