ghost-upyun-store
Version:
Upyun Storage for Ghost
19 lines (18 loc) • 365 B
Markdown
```shell
yarn add ghost-upyun-store
npm i ghost-upyun-store
```
```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>"
}
}
```