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

Downloader for mc clients

Link to this section Summary

Functions

Download the client 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 client 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.