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

Handles server and client versions and their local locations.

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.

Path to the executable binaries of the systems architecture

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.

Link to this function

executable_path(arch, binary \\ "minio")

View Source

Path to the executable binaries downloaded.

Specs

minio_executable() :: Path.t()

Path to the executable binaries of the systems architecture

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.