1.1.1 • Published 3 years ago

hexo-deployer-aws-s3 v1.1.1

Weekly downloads
45
License
MIT
Repository
github
Last release
3 years ago

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

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

6 years ago

0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago