UNPKG
aliyun-batch-upload
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
0.0.1
github.com/liuwave/alioss-batch-upload
liuwave/alioss-batch-upload
aliyun-batch-upload
/
test
/
test.js
13 lines
(11 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
let aliOssBatchUpload =
require
(
'../'
); let handler =
new
aliOssBatchUpload
({
accessKeyId
:
''
,
accessKeySecret
:
''
,
region
:
'oss-cn-beijing'
,
bucket
:
'*'
,
ossDir
:
'/test/'
,//阿里云OSS根目录,默认为
'/'
,
pattern
:
''
,
internal
:
false
}) handler.
upload
(
'./'
);