Xuanwo opened a new issue, #70: URL: https://github.com/apache/arrow-rs-object-store/issues/70
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** During implementing https://github.com/apache/arrow-rs/issues/5766, I find a missing piece of our current API set: `BufWriter` adaptively uses `put` or `put_multipart`, depending on the volume of data written. However, there is no native implementation for `PutPayload`. This forces users to either use `BufWriter`, which requires an extra copy, or manually implement the adaptive logic. **Describe the solution you'd like** I plan to introduce `BufUploader` that fill this gap. **Describe alternatives you've considered** None. **Additional context** The PR has been sunmitted at https://github.com/apache/arrow-rs/pull/5835. -- 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]
