pub async fn multipart_upload(
    url: Url,
    method: Method,
    headers: &BTreeMap<String, String>,
    file: String,
    seek: u64,
    chunk: u64
) -> Result<Response>
Expand description

Errors

Will return Err if can not make the request