Domains

Domains

MinIO uses two domains:
  1. Console domain - this domain is for accessing the MinIO console.
  2. 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 is needed, no port should be added.

Example:
URL for the MinIO console: minio.domain.com
URL for the API requests: minio-api.domain.com