anson-vandoren opened a new issue, #818: URL: https://github.com/apache/arrow-rs-object-store/issues/818
**Describe the bug** `WriteMultipart::finish` does not abort the multipart upload when an in-flight `put_part` fails, because that error is surfaced in `self.wait_for_capacity(0).await?;` and returned early, skipping the cleanup that happens on an error in `self.upload.complete().await` **Expected behavior** Once a multipart upload has started, finish() should attempt to abort it when any part upload fails, as it already does when complete() fails. **Additional context** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
