MinIO
备注
This is an example of how to configure a MinIO provider.
MinIO is a high-performance object storage service that is API compatible with Amazon S3 cloud storage service.
Step 1: Deploy the MinIO service
First, deploy the MinIO service with TLS enabled. You can obtain the API address from the console.

Second, create the Access Key and Secret key.

Third, create the Bucket.

Step 2: Create a MinIO provider in Casdoor
Now create a MinIO provider in Casdoor. Fill in the necessary information.
| Name | Name in MinIO |
|---|---|
| Category | choose Storage |
| Type | choose MinIO |
| Client ID | Access Key obtained from Step 1 |
| Client secret | Secret Key obtained from Step 1 |
| Endpoint | API address obtained from Step 1 |
| Bucket | Bucket obtained from Step 1 |

Step 3: Use MinIO storage service in your application
Now you can use the MinIO storage service in your application.