Min.IO
Connect & Ingest data from / into a Min.Io Bucket
Last updated
Was this helpful?
Was this helpful?
export MINIO_BUCKET='{type: s3, bucket: sling-bucket, access_key_id: ACCESS_KEY_ID, secret_access_key: "SECRET_ACCESS_KEY", endpoint: <endpoint>, url_style: path}'connections:
MINIO_BUCKET:
type: s3
bucket: <bucket>
access_key_id: <access_key_id>
secret_access_key: '<secret_access_key>'
endpoint: '<endpoint>'
url_style: path