YukiCoco / hexo-deployer-aws-s3

AWS S3 deployer plugin for Hexo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AWS S3 deployer plugin for Hexo

License:MIT License


Languages

Language:TypeScript 100.0%