1.1.0 • Published 5 years ago

copy-oss-file v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Install

Using npm:

npm install copy-oss-file
const copyOSSFile = require('copy-oss-file')
copyOSSFile({
    region: '',
    accessKeyId: '',
    accessKeySecret: '',
    bucket: '',
    filepath:'',//copy的oss文件路径
    savepath:'',//保存在本地的文件路径
    limit:''//拷贝的文件数量 默认1000
})
1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago