alioss-auto-upload

1.0.4 • Public • Published

阿里云oss自动上传工具

1.安装

npm i alioss-auto-upload

2.使用

const path = require('path');

const AutoUpload = require('autoupload');

(async () => {
  const autoupload = new AutoUpload({
    dir: path.join(__dirname, '../dist/'),
    originDir: '/media-external/dist/',
    accessKeyId: '',
    accessKeySecret: '',
    bucket: '',
    internal: 'false', // access OSS with aliyun internal network or not, default is false. If your servers are running on aliyun too, you can set true to save lot of money.
    region: '' // oss区域 默认 oss-cn-hangzhou
  })

  await autoupload.start()
})()

/alioss-auto-upload/

    Package Sidebar

    Install

    npm i alioss-auto-upload

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    4.47 kB

    Total Files

    6

    Last publish

    Collaborators

    • huanglongfei