Pass along region information

This PR allows someone to define a `region` key in `_config.yml` so that upload works correctly via `s3-sync`.

Why? [`s3-sync`](https://github.com/hughsk/s3-sync) uses [`knox`](https://github.com/LearnBoost/knox) to handle S3 commands. Unless your are uploading to `us-standard`, the upload will fail because the S3 url won't be correct.
This commit is contained in:
Nicholas Terwoord
2014-09-01 19:47:54 -04:00
parent 11305cda14
commit 74e7a6e5c1
2 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ deploy:
aws_key: <AWS id key>
aws_secret: <AWS secret key>
concurrency: <number of connections> //Optional
region: <region> //Optional, see https://github.com/LearnBoost/knox#region
```
### Disable
@@ -57,4 +58,4 @@ Execute the following command. Don't forget to disable the plugin before uninsta
npm uninstall hexo-deployer-s3
```
[Hexo]: http://zespia.tw/hexo
[Hexo]: http://zespia.tw/hexo