senzzzi commented on issue #281: URL: https://github.com/apache/arrow-rs-object-store/issues/281#issuecomment-5123463473
I agree that multipart uploads are more performant but they are also way more costly as explained [here](https://repost.aws/questions/QUXmwDga0VRvSOOjYWMfor-w/are-we-billed-a-put-request-for-each-part-with-s3-multipart-upload-or-only-once-for-the-final-merged-file). Costs can easily explained when using it. Also, multipart does not support `PutMode` https://github.com/apache/arrow-rs-object-store/issues/289#issuecomment-2776943416 so it does not cover all my cases. +1 for this feature. -- 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]
