alioss-batch-upload
Version:
13 lines (11 loc) • 342 B
JavaScript
let aliOssBatchUpload = require('../');
let handler = new aliOssBatchUpload({
accessKeyId: 'your accessKeySecret',
accessKeySecret: 'your accessKeySecret',
region: 'oss-cn-beijing',
bucket: 'your bucket',
ossDir: '/test/',//阿里云OSS根目录,默认为'/',
pattern: '',
internal: false
})
handler.upload('./')