GitHub user fstephany edited a comment on the discussion: REST catalog with S3T
Yes, the doc says ` This can be used to load credentials from a custom source, such as the AWS SDK.` but I cannot get it to work. I don't understand how it is supposed to be constructed. I see that [`AwsDefaultLoader`](https://docs.rs/reqsign/0.16.5/reqsign/struct.AwsDefaultLoader.html) implements the trait [`AwsCredentialLoad`](https://docs.rs/iceberg-storage-opendal/latest/iceberg_storage_opendal/trait.AwsCredentialLoad.html). It should be able to load credentials from `~/.aws/config`. But it looks like reqsign was heavily updated since 0.16 and the 0.20 version is not (yet?) used by iceberg-rust. I'll let you know if/when I manage to get it working. GitHub link: https://github.com/apache/iceberg-rust/discussions/1239#discussioncomment-16475601 ---- 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]
