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
Specs
available_architectures() :: [MinioServer.architecture()]
A list of all the available architectures downloadable.
Specs
available_client_versions() :: [MinioServer.version()]
A list of all the available versions of minio.
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()
Specs
most_recent_client_version() :: MinioServer.version()
The most recent available version of minio.
Specs
most_recent_server_version() :: MinioServer.version()
The most recent available version of minio.