Skip to content

zjy2931/alioss-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

下载仓库

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')

About

download dir from alioss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published