1.0.1 • Published 5 years ago

@zooey1184/upload_to_oss v1.0.1

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

将文件上传到oss脚本


const uploadToOss = require('@zooey1184/upload_to_oss')
const path = require('path')

const config = {
  region: 'your_region',
  accessKeyId: 'your_accessKeyId',
  accessKeySecret: 'your_accessKeySecret',
  bucket: 'your_bucket'
}
const osspath = 'demo/1'
const local = path.resolve(__dirname, './dist')
uploadToOss({
  config,
  local,
  osspath
})
1.0.1

5 years ago

1.0.0

5 years ago