download_from_oci#

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

Download a file from remote OCI to local.

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

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