wjones127 opened a new issue, #162: URL: https://github.com/apache/arrow-rs-object-store/issues/162
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** While Minio and S3 are fine with multipart uploads where the parts are of variable size, R2 will error if the parts aren't exactly equal. This has been discussed in https://github.com/apache/arrow/issues/34363 and confirmed with the R2 team that this likely won't be fixed on their end in the near future. **Describe the solution you'd like** I think it would be acceptable to change our code base to use even size parts, at least for the time being. I don't think we need to expose a configuration option, unless asked for later. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org