0.0.1 • Published 6 years ago

alioss-upload v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

alioss-upload

NPM version build status Test coverage npm download

安装

npm i alioss-upload --save

使用

package.json

{
  "script": {
    "upload": "alioss-upload -c {{configPathForOss}}"
  }
}

configPathForOss: 配置文件路径 ,内容如下

{
  "region": "your region",
  "bucket": "your bucket",
  "bucketPath": "your bucketPath",
  "accessKeyId": "your accessKeyId",
  "accessKeySecret": "your accessKeySecret"
}