egg-qiniu-sdk

1.0.9 • Public • Published

egg-qiniu-sdk

NPM version npm download

egg plugin for qiniu

Install

$ npm i egg-qiniu-sdk --save

Usage

// {app_root}/config/plugin.js
exports.qiniu = {
  enable: true,
  package: 'egg-qiniu-sdk',
};

Configuration

// {app_root}/config/config.default.js
exports.qiniu = {
      app: true,
      agent: false,
      accessKey: '',
      secretKey: ''
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-qiniu-sdk

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

3.78 kB

Total Files

5

Last publish

Collaborators

  • reezon