Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xizeyoupan/picgo-plugin-UCloud-uploader
This is a picgo plugin for UCloud.
https://github.com/xizeyoupan/picgo-plugin-UCloud-uploader
picgo picgo-plugin
Last synced: 3 months ago
JSON representation
This is a picgo plugin for UCloud.
- Host: GitHub
- URL: https://github.com/xizeyoupan/picgo-plugin-UCloud-uploader
- Owner: xizeyoupan
- License: mit
- Created: 2020-09-06T08:08:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T08:42:58.000Z (over 1 year ago)
- Last Synced: 2024-04-24T09:17:29.370Z (7 months ago)
- Topics: picgo, picgo-plugin
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-UCloud-uploader
README
## picgo-plugin-UCloud-uploader
This repository is a PicGo plugin for uploading images to ucloud.
## How to use
1. 对于CLI命令行,安装:`picgo install ucloud-uploader`,卸载:`picgo uninstall ucloud-uploader`。配置:`picgo set uploader`后选择`UCloud-uploader`并填写参数,默认保存在[默认配置文件](https://picgo.github.io/PicGo-Core-Doc/zh/guide/config.html#%E9%BB%98%E8%AE%A4%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6)中,可修改。
2. 对于图形界面,可直接搜索,并在图床设置中设置。
![search.png](src/screenshots/search.png)| Param | Type | Description |
| --- | --- | --- |
| publicKey | 必需 | api公钥 获取方式:[这里](https://console.ucloud.cn/uapi/apikey)|
| privateKey | 必需 | api私钥 |
| bucket | 必需 | 存储空间名 |
| domain | 必需 | 存储空间域名,紧跟在`bucket`后面的东西,**包括点**,例如`.cn-sh2.ufileos.com` |
| prefix | 不填为主目录 | 要存储的路径 |
| cdnDomain | 可选 | 自定义域名,包括协议头 |