egg-minio

1.0.5 • Public • Published

egg-minio

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-minio --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.minio = {
  client: {
    endPoint: '0.0.0.1',
    port: '3000',
    useSSL: false,
    accessKey: 'accessKey',
    secretKey: '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-minio

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

6.91 kB

Total Files

6

Last publish

Collaborators

  • umbrella2
  • amazingcaddy
  • minervadev