download_file#

streaming.base.storage.download_file(remote, local, timeout)[source]#

Use the correct download handler to download the file.

Parameters
  • remote (str, optional) – Remote path (local filesystem).

  • local (str) – Local path (local filesystem).

  • timeout (float) – How long to wait for file to download before raising an exception.