apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.63k stars 803 forks source link

Add Option To use Native Rust aws_sdk_s3::Client for the "aws" feature #6628

Closed just-a-stream closed 1 month ago

just-a-stream commented 1 month ago

It would be ideal if we could use the native Rust AWS S3 client client under the hood.

tustvold commented 1 month ago

See previous discussion https://github.com/apache/arrow-rs/issues/5143