Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 577 Bytes

Aliyun oss support for loopback component storage

Add aliyun oss support for loopback

Aliyun OSS

Installation

npm i @walkthechat/loopback-component-storage

Usage

/server/datasources.json:

{
  "storage": {
    "name": "storage",
    "connector": "@walkthechat/loopback-component-storage",
    "provider": "aliyun",
    "accessKeyId": "your key",
    "accessKeySecret": "your key secret",
    "bucket": "your bucket",
    "region": "your region"
  }
}