Skip to main content

MinIO

The MinIO provider integrates with MinIO (S3-compatible object storage).

Configuration

FieldTypeRequiredDefaultNotes
endPointstring✅ YesMinIO endpoint host (without protocol).
portnumber❌ NoMinIO port.
useSSLboolean❌ NoUse SSL for MinIO connection.
accessKeystring✅ YesMinIO access key.
secretKeystring✅ YesMinIO secret key.
bucketstring✅ YesTarget bucket name.
note

MinIO is S3-compatible, but configuration fields differ from AWS SDK.