From 240934160539011fc3a00d60a4457591d9cdb1e5 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 1 Dec 2016 20:23:56 -0800 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acc9db1..8181575 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hexo-deployer-s3 +# hexo-deployer-s3 Amazon S3 deployer plugin for [Hexo](http://hexo.io/) @@ -17,8 +17,8 @@ You can configure this plugin in `_config.yml`. deploy: type: s3 bucket: - aws_key: // Optional, if the environment variable `AWS_KEY` is set - aws_secret: // Optional, if the environment variable `AWS_SECRET` is set + aws_key: // Optional, if the environment variable `AWS_ACCESS_KEY_ID` is set + aws_secret: // Optional, if the environment variable `AWS_SECRET_ACCESS_KEY` is set concurrency: // Optional region: // Optional, see https://github.com/LearnBoost/knox#region ```