alamb opened a new pull request, #2148: URL: https://github.com/apache/arrow-rs/pull/2148
# Which issue does this PR close? re https://github.com/apache/arrow-rs/issues/2030 # Rationale for this change https://github.com/apache/arrow-rs/pull/2081 brought in the `object_store_rs` code, but did not include the test scripts for running object store tests against s3/azure/gcp simulators # What changes are included in this PR? Adds github action based tests for running object store integration tests Adds scripts + small object store configuration changes required to run them It is based on my PR https://github.com/influxdata/object_store_rs/pull/51 which I used to prototype the changes I ported this using these commands: ```shell $ git fetch g...@github.com:alamb/object_store_rs.git alamb/test_gh_actions $ git cherry-pick 25f4896 # and manually fixed some things ``` # Are there any user-facing changes? Not really -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org