alamb opened a new pull request, #2147: URL: https://github.com/apache/arrow-rs/pull/2147
# Which issue does this PR close? Re https://github.com/apache/arrow-rs/issues/2030 # Rationale for this change Multipart upload support was added to the object store in https://github.com/influxdata/object_store_rs/pull/20 by @wjones127 and @tustvold after the snapshot that was donated to the ASF in https://github.com/apache/arrow-rs/pull/2081. # What changes are included in this PR? Cherry-pick code from https://github.com/influxdata/object_store_rs/pull/20 to this repo Specifically, what I did was ```shell $ git fetch [email protected]:influxdata/object_store_rs.git $ git checkout -b alamb/port-ulti-part-upload $ git cherry-pick fe716c3 # manually resolved some conflicts ``` # Are there any user-facing changes? mutli-part uploads! -- 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]
