Skip to content

minio

Whether to enable MinIO Object Storage.

Type: boolean

Default:

false

Example:

true

Declared by:

MinIO package to use.

Type: package

Default:

pkgs.minio

Declared by:

Access key of 5 to 20 characters in length that clients use to access the server.

Type: string

Default:

"minioadmin"

Declared by:

Bash code to execute after minio is running.

Type: strings concatenated with “\n”

Default:

""

Example:

''
mc anonymous set download local/mybucket
''

Declared by:

Enable or disable access to web UI.

Type: boolean

Default:

true

Declared by:

List of buckets to ensure exist on startup.

Type: list of string

Default:

[ ]

Declared by:

Contents of the mc config.json, as a nix attribute set.

By default, local is configured to connect to the devenv minio service. Use lib.mkForce null to use your regular mc configuration from $HOME/.mc instead.

Type: null or JSON value

Declared by:

MinIO client package to use.

Type: package

Default:

pkgs.minio-client

Declared by:

IP address and port of the web UI (console).

Type: string

Default:

"127.0.0.1:9001"

Declared by:

IP address and port of the server.

Type: string

Default:

"127.0.0.1:9000"

Declared by:

The physical location of the server. By default it is set to us-east-1, which is same as AWS S3’s and MinIO’s default region.

Type: string

Default:

"us-east-1"

Declared by:

Specify the Secret key of 8 to 40 characters in length that clients use to access the server.

Type: string

Default:

"minioadmin"

Declared by: