c-thiel opened a new issue, #527: URL: https://github.com/apache/iceberg-rust/issues/527
Currently FileIO respects: - s3.endpoint - s3.access-key-id - s3.secret-access-key - s3.region It would be great to also support additional client attributes which help with cross-account setups: - client.assume-role.arn - client.assume-role.external-id - client.assume-role.region - client.assume-role.session-name - client.assume-role.tags. - client.assume-role.timeout-sec Java reference: https://iceberg.apache.org/javadoc/1.4.1/constant-values.html (AWSProperties section) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
