Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 798 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 798 Bytes

MostlyJS Blob Storages

Build Status

This module provides multer storage engines for express api gateway

  • Local storage
  • Minio storage
  • Qiniu storage (not yet)
  • S3 storage (not yet)
  • Swarm storage (not yet)
  • ISPF storage (not yet)

With blob storages for mostly microservices based on the abstract-blob-storage.

  • Local blob storage
  • Minio blob storage
  • Qiniu blob storage (not yet)
  • S3 blob storage (not yet)
  • Swarm blob storage (not yet)
  • ISPF blob storage (not yet)

Documentation

Please see the documentation site.

Usage

Installation

npm install mostly-blob-storages --save

License

MIT