Skip to content

gjbkz/hexo-deployer-aws-s3

Repository files navigation

hexo-deployer-aws-s3

Test codecov

AWS S3 deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-aws-s3 --save-dev

Setup

1. Configurations

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

2. Credentials

This plugin does not handle AWS credentials. Please set your credentials according to the AWS documentation.

Usage

$ hexo deploy

License

MIT