MinioServer.Config (Minio Server v0.4.0) 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.
MinIO architecture matching the current machine.
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
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.
Path to the executable binaries downloaded.
Specs
minio_arch() :: MinioServer.architecture()
MinIO architecture matching the current machine.
Specs
minio_executable() :: Path.t()
Path to the executable binaries of the systems architecture
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.