MinIO
Access Keys
Recents version of MinIO removed the ability to manage and generate keys via the UI. The mc CLI tool must be used instead. See the CLI section for more information. To create access keys, you have to set up a user, attach a policy to the user and ...
CLI
MinIO supports multiple long term users in addition to default user created during server startup. New users have to added using the CLI tool. You can read the full docs here. - Install Minio CLI tool - Configure CLI tool to point to your minio ...
Custom configuration
Custom config variables can be exported in /app/data/env.sh. This file is sourced automatically on startup.
Domains
MinIO uses two domains: Console domain - this domain is for accessing the MinIO console. API Domain - this endpoint responds to S3 API requests. This is the domain that you need to put into various configs and tools like s3cmd. Only the domain name ...
Admin credentials
To change admin credentials, use the File manager to edit the variables MINIO_ROOT_USER and MINIO_ROOT_PASSWORD in /app/data/env.sh. export MINIO_ROOT_USER=superadmin export MINIO_ROOT_PASSWORD='Secr$et#pass' Be sure to restart the app after making ...
How to order MinIO?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: MinIO 4. Select service Region This is the datacenter location where your App will be located. 5. Select the App Address (URL) - Select 1 of the 2 options: A. Use a free URL ...