Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 689 Bytes

File metadata and controls

30 lines (25 loc) · 689 Bytes

Script For Minio

    git clone https://github.com/vilalali/javaScriptUtils.git
    cd javaScriptUtils
    npm i

If you want to upload single files from Local to MINIO then run the bellow script:

    node local2MinioSingleUpload.js

If you want to upload bulk files from Local to MINIO then run the bellow script:

    node local2MinioBulkUpload.js

If you want to download single files from MINIO to Local then run the bellow script:

    node minio2LocalSingleDownload.js

If you want to download bulk files from MINIO to Local then run the bellow script:

    node minio2LocalBucketDownload.js
New