Function s3m::options::stream

source · []
pub async fn stream(
    s3: &S3,
    key: &str,
    acl: Option<String>,
    meta: Option<BTreeMap<String, String>>,
    quiet: bool
) -> Result<String>
Expand description

Read from STDIN, since the size is unknown we use the max chunk size = 512MB, to handle the max supported file object of 5TB