Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YunfengGao/picgo-plugin-huawei-uploader
picgo华为云对象存储图床
https://github.com/YunfengGao/picgo-plugin-huawei-uploader
Last synced: 3 months ago
JSON representation
picgo华为云对象存储图床
- Host: GitHub
- URL: https://github.com/YunfengGao/picgo-plugin-huawei-uploader
- Owner: YunfengGao
- License: mit
- Created: 2021-05-11T15:14:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T10:15:38.000Z (10 months ago)
- Last Synced: 2024-07-08T12:51:45.624Z (4 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-huawei-uploader
README
# picgo-plugin-huawei-uploader
[PicGo](https://github.com/Molunerfinn/PicGo) 和 [PicGo-Core](https://github.com/PicGo/PicGo-Core) 华为云OBS上传插件。
## GUI版本 For PicGo
### 插件安装 Installation
GUI 直接搜索 _huawei_ 下载即可
![install](https://nebulas.obs.cn-south-1.myhuaweicloud.com/picgo/20211002112806.png)### 插件配置 Configuration
![config](https://nebulas.obs.cn-south-1.myhuaweicloud.com/picgo/20211002112519.png)
|参数名称|类型|描述|是否必须|
|----|----|----|----|
|AccessKeyId|input|从`我的凭证-访问密钥`获取|true|
|AccessKeySecret|password|从`我的凭证-访问密钥`获取|true|
|桶名称|input|从`OBS控制台`获取|true|
|EndPoint|input|桶基本信息中的Endpoint,从`OBS控制台`获取|true|
|存储路径|input|图片在OBS中的存储路径,用户自定义|false|
|网址后缀|input|图片处理表达式,用户自定义|false|
|自定义域名|input|使用自定义域名替代OBS桶的域名,用户自定义|false|## CLI版本 For PicGo-Core
确保已经安装了[PicGo-Core](https://github.com/PicGo/PicGo-Core)
```shell script
# 插件安装
picgo install picgo-plugin-huawei-uploader
# 设置插件参数,参考上面的 插件配置
picgo set uploader# 选择picgo-plugin-huawei-uploader插件并应用
picgo use uploader# 卸载插件
picgo uninstall picgo-plugin-huawei-uploader
```