1.1.0 • Published 6 years ago

copy-oss-file v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago