Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

egg-fang-wcs

tankunpeng12MIT1.0.2

网宿云操作插件

egg, eggPlugin, egg-plugin

readme

egg-fang-wcs

网宿云操作插件

NPM version build status npm download

Install

$ npm i egg-fang-wcs --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.fangWcs = {
  keyConfig: {
        AccessKey: '',
        SecretKey: '',
        UploadDomain: '',
        MgrDomain: '',
    },
    bucket: '',
    site: ''
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT