MinIO

Category: FileSys Status: base

Connects to a MinIO S3-compatible object storage server. Supports browsing buckets, uploading, downloading, and transferring files.

Connection Settings

Field Default Description
host localhost MinIO server hostname or IP
port 9000 MinIO API port (default: 9000 or 7777)
user (empty) MinIO access key (username)
password (empty) MinIO secret key (password)
url (empty) Full endpoint URL (overrides host/port)

Authentication

MinIO access key and secret key configured in the MinIO server. These are set during MinIO setup or via the MinIO Console.

Supported Actions

Required Setup

Requires the minio and miniopy-async Python packages:

pip install minio miniopy-async

External Links