pub async fn abort_presigned_multipart_upload(
    s3: &Client,
    bucket: impl AsRef<str>,
    key: impl AsRef<str>,
    upload_id: impl AsRef<str>
) -> Result<()>
Expand description

Abort a multipart upload.