# MinIO Add a MinIO container for local object storage – used by other modules to store data files, such as the `hive`, `iceberg`, and `delta-lake` modules. ## Usage {{ persistent_storage_warning }} Provision the module: ```sh minitrino provision -m minio ``` The MinIO UI can be viewed at `http://localhost:9000` using `access-key` and `secret-key` for credentials. The default bucket is `minitrino`. The MinIO client can be accessed by utilizing the `minio-client` container: ```sh minitrino exec -c minio-client -i mc ls minio/minitrino/ ``` ```text [2025-07-05 08:33:37 UTC] 0B minitrino_hive/ [2025-07-05 08:33:37 UTC] 0B minitrino_iceberg/ ```