0.0.2 • Published 2 months ago

@wang-yige/egg-minio v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

egg-minio

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

Install

$ npm i @wang-yige/egg-minio --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.minio = {
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

0.0.2

2 months ago

0.0.1

2 months ago