Zum Hauptinhalt springen

File Storage (MinIO)

The OpenTalk Controller uses MinIO as its object storage.

Configuration

The section in the configuration file is called minio.

FieldTypeRequiredDefault valueDescription
uristringyes-The URI address where the MinIO server can be reached
bucketstringyes-The default bucket name for object storage
access_keystringyes-The unique username for the MinIO user
secret_keystringyes-The password corresponding to the access key

Examples

Default Setup

[minio]
uri = "http://localhost:9555"
bucket = "controller"
access_key = "minioadmin"
secret_key = "minioadmin"