1.2.4 • Published 4 years ago
picgo-plugin-minio-uploader v1.2.4
picgo-plugin-minio-uploader
English | 简体中文
A plugin for PicGo with the addition of the minio image hosting.
Installation
Online Installation
Open the details window of PicGo, select Plugin Settings, and search minio-uploader for installation. Then restart the application.
Offline Installation
Clone this project and copy it to the folder below:
- Windows:
%APPDATA%\picgo\ - Linux:
$XDG_CONFIG_HOME/picgo/or~/.config/picgo/ macOS:
~/Library/Application\ Support/picgo/Switch to the new directory and run
npm install ./picgo-plugin-minio-uploader. Then restart the application.
- Windows:
Screenshots

Configuration
| Parameter Name | Type | Description | Required |
|---|---|---|---|
| accessKeyId | input | AccessKeyId | true |
| accessKeySecret | password | AccessKeySecret | true |
| bucket | input | Bucket Name | true |
| zone | input | Zone | true |
| path | input | Default storage path when upload | false |
| customUrl | input | Private cloud website(eg: https://minio.com ) | false |
1.2.4
4 years ago