1.0.1 • Published 4 years ago

@lemonblog/egg-minio v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@lemonblog/egg-minio

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

Install

$ npm install @lemonblog/egg-minio --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.minio = {
  client: {
    endPoint: '127.0.0.1',
    port: 9000,
    useSSL: false,
    accessKey: 'minioadmin',
    secretKey: 'minioadmin'
  }
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

create personal npm

https://www.jianshu.com/p/9b7c2d9b30b3

1.0.1

4 years ago

1.0.0

4 years ago