Hexo deployer plugin for qiniu S3.
$ npm install hexo-deployer-s3-qiniu --save
You can configure this plugin in _config.yml
.
# You can use this:
deploy:
type: s3-qiniu
bucket: <S3 bucket>
client_key: <client key>
client_secret: <client secret>
overwrite: false // Optional if true will overwrite remote files on S3. Default: false
- Connor Ma (Connor)
MIT