alioss-upload

0.0.1 • Public • Published

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"
}

Readme

Keywords

Package Sidebar

Install

npm i alioss-upload

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

5.4 kB

Total Files

4

Last publish

Collaborators

  • yongbo000