Skip to main content
The MinIO resource is a thin wrapper over the S3 resource. It maps a MinIOConfig to an S3Config and reuses the exact same backend, commands, and behavior as S3, it just points at your MinIO endpoint_url and uses path-style addressing by default. MinIO is self-hosted, so endpoint_url is required (there is no region-derived host). Uses aioboto3 against MinIO’s S3-compatible API.

Config

Both READ and WRITE modes are supported.

Example

Notes

  • MinIO reports ResourceName.S3 and routes through the same core/s3 implementation, so the full S3 shell-command set applies (ls, cat, head, tail, grep, rg, wc, find, tree, jq, stat, plus parquet/orc/feather table rendering). See the S3 resource for the complete command reference, range reads, streaming, and the index cache fast path.
  • For credential setup, see MinIO Setup.