MinIO
The MinIO provider integrates with MinIO (S3-compatible object storage).
Configuration
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
endPoint | string | ✅ Yes | — | MinIO endpoint host (without protocol). |
port | number | ❌ No | — | MinIO port. |
useSSL | boolean | ❌ No | — | Use SSL for MinIO connection. |
accessKey | string | ✅ Yes | — | MinIO access key. |
secretKey | string | ✅ Yes | — | MinIO secret key. |
bucket | string | ✅ Yes | — | Target bucket name. |
note
MinIO is S3-compatible, but configuration fields differ from AWS SDK.