Replies: 2 comments 20 replies
-
|
Hi, there is a |
Beta Was this translation helpful? Give feedback.
20 replies
-
|
AWS SigV4 isn't supported for the REST Catalog implementation yet, there's a tracking issue here: #1236 In the meantime, there is an S3 Tables catalog implementation available: https://crates.io/crates/iceberg-catalog-s3tables |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the REST catalog (https://github.com/apache/iceberg-rust/blob/main/crates/catalog/rest/src/catalog.rs) with S3Tables similar to what is described in https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-open-source.html.
The rough snippet of code is:
and I get the error
I think it's because we don't have Sigv4 suppport in the code. Anyone confirm this is the RCA ?
Also does anyone know how Sigv4 support can be plumbed in, maybe through the HttpClient perhaps ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions