download_from_s3#

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

Download a file from remote AWS S3 (or any S3 compatible object store) to local.

Parameters
  • remote (str) – Remote path (S3).

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

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