MinioServer.Config (Minio Server v0.2.0) View Source

Link to this section Summary

Functions

A list of all the available architectures downloadable.

A list of all the available versions of minio.

A list of all the available versions of minio.

Path to the executable binaries downloaded.

The most recent available version of minio.

The most recent available version of minio.

Link to this section Functions

Link to this function

available_architectures()

View Source

Specs

available_architectures() :: [MinioServer.architecture()]

A list of all the available architectures downloadable.

Link to this function

available_client_versions()

View Source

Specs

available_client_versions() :: [MinioServer.version()]

A list of all the available versions of minio.

Link to this function

available_server_versions()

View Source

Specs

available_server_versions() :: [MinioServer.version()]

A list of all the available versions of minio.

Specs

executable_path(MinioServer.architecture()) :: Path.t()

Path to the executable binaries downloaded.

Specs

minio_executable() :: Path.t()
Link to this function

most_recent_client_version()

View Source

Specs

most_recent_client_version() :: MinioServer.version()

The most recent available version of minio.

Link to this function

most_recent_server_version()

View Source

Specs

most_recent_server_version() :: MinioServer.version()

The most recent available version of minio.