GitHub user dannycjones added a comment to the discussion: REST catalog with S3T
I'm not sure how the storage layer works today (I'm pretty new to the space right now). There is [some guidance on temporary credentials with OpenDAL and S3](https://opendal.apache.org/docs/rust/opendal/services/struct.S3.html#temporary-security-credentials) - I don't see anything on credential providers, so it's unclear to me if that's actually supported. I'd recommend to keep digging yourself with OpenDAL. To unblock, you might resolve the credentials yourself using the Rust SDK credential provider and pass that through to OpenDAL but that's not a long-term solution since it cannot handle credential refresh. GitHub link: https://github.com/apache/iceberg-rust/discussions/1239#discussioncomment-16475407 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
