Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 347 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 347 Bytes

Installation

yarn add ghost-upyun-store
npm i ghost-upyun-store

Usage

"storage": {
  "active": "ghost-upyun-store",
  "ghost-upyun-store": {
    "bucket": "<your bucket name>",
    "operator": "<your operator>",
    "password": "<your password>",
    "prefix": "YYYY/MM/",
    "domian": "<your bucket domain>"
  }
}