MinioServer.DownloaderServer (Minio Server v0.4.0) View Source

Downloader for minio server binaries

Link to this section Summary

Functions

Download the server binary for a selected architecture

Link to this section Functions

Link to this function

download(arch, opts \\ [])

View Source

Specs

download(
  MinioServer.architecture(),
  keyword()
) :: :exists | :ok | :timeout

Download the server binary for a selected architecture

Opts

  • :force - Replace already existing binaries. Defaults to false.
  • :timeout - Time the download is allowed to take. Defaults to :infinity.
  • :version - Specify the version to download. Defaults to most recent.