MinIO
MinIO is an S3-compatible object store. The MinIO connector lets you read files from a MinIO bucket/prefix and load them into Extract destinations.
Prerequisites
- A reachable MinIO endpoint URL (e.g.
https://minio.example.comorhttp://localhost:9000) - A MinIO access key + secret key with read access to the bucket
Setup
- Create a MinIO user/access key that has at least:
s3:ListBucketon the buckets3:GetObjecton the target prefix
- In Extract, configure the connector:
- Endpoint URL: MinIO server URL
- Access Key ID / Secret Access Key
- Bucket Name
- Key Prefix: the folder/prefix to scan
- File Format + File Pattern
TLS / self-signed certificates
If your MinIO uses HTTPS with a self-signed/invalid certificate, enable Insecure TLS (Skip Certificate Verification).
This disables TLS certificate verification and should only be used in trusted networks.