UNPKG

ghost-upyun-store

Version:
19 lines (18 loc) 365 B
## Installation ```shell yarn add ghost-upyun-store npm i ghost-upyun-store ``` ## Usage ```json "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>" } } ```