AWS S3 deployer plugin for Hexo.
$ npm install hexo-deployer-aws-s3 --save-dev
Put the deploy
configurations to _config.yml
.
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.
$ hexo deploy
MIT