1.2.1 • Published 1 year ago

alioss-d v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

下载仓库

git clone https://github.com/zjy2931/alioss-download.git

示例

const downloadDir = require('alioss-d')({
    {
        region: '<Your region>',
        accessKeyId: '<Your AccessKeyId>',
        accessKeySecret: '<Your AccessKeySecret>',
        bucket: 'Your bucket name'
    }
})
/* 
    osspath
    localpath
*/
await downloadDir('test', './test')
1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago