2.0.1 • Published 2 years ago

cos-cnpm v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

cos-cnpm

fs storage wrapper for cnpm

Installation

$ npm install cos-cnpm

Warning!!!

Only support singleton. Don't initialize two cos-cnpm instance.

Usage

import COSClient from 'cos-cnpm';

config.nfs = {
  client: new COSClient({
    secretId: '',
    secretKey: '',
    bucket: '',
    region: '',
  }),
  // dir: join(config.dataDir, 'nfs'),
};

API

All the APIs are following cnpm nfs guide.

  • upload: upload a file from filepath

  • uploadBuffer: upload a file from buffer

  • download: download file by key

  • remove: remove file by key

  • uploadBytes: upload bytes

  • appendBytes: append bytes

  • readBytes: read bytes

  • list: list files by prefix

  • url: get download url

  • urls: get download urls

License

MIT

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago