Skip to main content

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.com or http://localhost:9000)
  • A MinIO access key + secret key with read access to the bucket

Setup

  1. Create a MinIO user/access key that has at least:
    • s3:ListBucket on the bucket
    • s3:GetObject on the target prefix
  2. 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.