hexo-deployer-aws-s3
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    33
    • latest

Version History

Package Sidebar

Install

npm i hexo-deployer-aws-s3

Weekly Downloads

35

Version

1.1.1

License

MIT

Unpacked Size

8.77 kB

Total Files

7

Last publish

Collaborators

  • kei-ito