@imgcook/plugin-image-oss
v0.0.7
Published
plugin template
Downloads
9
Keywords
Readme
@imgcook/plugin-image-oss
imgcook config edit
写入 oss 配置
{
"accessId": "xxxx",
"dslId": "xxx",
"generator": [],
"plugin": [
"@imgcook/plugin-image-oss",
"@imgcook/plugin-generate"
],
"oss": {
"bucket": "xxx",
"region": "xxx",
"accessKeyId": "xxx",
"accessKeySecret": "xxx"
}
}