AWS S3 deployer for Hexo.
npm install hexo-deployer-aws-s3

AWS S3 deployer plugin for Hexo.
`` bash`
$ npm install hexo-deployer-aws-s3 --save-dev
Put the deploy configurations to _config.yml.
` yaml`
deploy:
type: aws-s3 # The name of this plugin
region: us-east-1 # The region where your bucket is located
bucket: my-bucket # The name of your bucket
prefix: blog-resources # The s3 key prefix
This plugin does not handle AWS credentials. Please set your credentials according to the AWS documentation.
` bash``
$ hexo deploy