Merge pull request #14 from Narsul/master

added `delete_removed` config param to deploy
This commit is contained in:
Nicholas Terwoord
2017-11-14 20:58:57 -05:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ deploy:
concurrency: <number of connections> // Optional
region: <region> // Optional, see https://github.com/LearnBoost/knox#region
headers: <headers in JSON format> // pass any headers to S3, usefull for metadata cache setting of Hexo assets
prefix: <prefix> // Optional, prefix ending in /
delete_removed: <true|false> // if true will delete removed files from S3. Default: true
```
If you installed the AWS command-line tool and provided your credentials via `aws configure`,