Merge pull request #2 from nlf/patch-1

Update DOCS.md
This commit is contained in:
Brad Rydzewski 2015-11-10 11:49:32 -08:00
commit 074f605f81
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
```
```