apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
592 stars 134 forks source link

FileIO S3: Add support for Assume-Role-Arn and other AWS Client properties #527

Open c-thiel opened 1 month ago

c-thiel commented 1 month ago

Currently FileIO respects:

It would be great to also support additional client attributes which help with cross-account setups:

Java reference: https://iceberg.apache.org/javadoc/1.4.1/constant-values.html (AWSProperties section)

Xuanwo commented 1 month ago

Thank you for posting this. I have compared this list with the features supported by OpenDAL, and here are my findings.