PicGo plugin for ucloud
This repository is a PicGo plugin for uploading images to ucloud. The upload image will be renamed as .
Assume that you have Git and NodeJs/Npm environment, open your powershell.
1. Clone/Download this repository to PicGo configuration folder.
In windows, it's C:\Users\
In linux and mac, it's ~/.picgo/
``bash`
git clone https://github.com/Wsine/picgo-plugin-ucloud.git
2. Install the plugin
`bash`
picgo install ucloud
`json`
{
"picBed": {
"uploader": "ucloud",
"current": "ucloud",
"ucloud": {
"bucket": "
"public_key": "
"private_key": "
}
},
"picgoPlugins": {
"picgo-plugin-ucloud": true
}
}
You may want to modify the region and folder variables in src/index.js` file.