Function s3m::s3::request::upload

source · []
pub async fn upload(
    url: Url,
    method: Method,
    headers: &BTreeMap<String, String>,
    body: Bytes
) -> Result<Response>
Expand description

Errors

Will return Err if can not make the request