egg-get-auth-for-aliyun
v1.0.9
Published
This is a plugin to get STS auth for aliyun services
Readme
egg-get-auth-for-aliyun
Install
$ npm i egg-get-auth-for-aliyun --saveUsage
// {app_root}/config/plugin.js
exports.getAuthForAliyun = {
enable: true,
package: 'egg-get-auth-for-aliyun',
};Configuration
// {app_root}/config/config.default.js
exports.getAuthForAliyun = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
