tustvold commented on issue #5443: URL: https://github.com/apache/arrow-rs/issues/5443#issuecomment-1970342602
The major challenge with returning PutPart from MultipartStore, is that we need to preserve the ability to resume existing uploads identified by MultipartId (#4961). I need to think a bit on it more but the following changes make sense to me: * Add a MultipartUpload that can be created from a MultipartStore and MultipartId and implements PutPart * Update PutPart::complete to return PutResult * Add a method to WriteMultiPart to retrieve the PutResult if the upload is finished -- 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]
