[deltalake_aws] Allow configuring separate endpoints for S3 and DynamoDB clients. #2498
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
storage/aws
AWS S3 storage related
Description
aws_config
supports the use of custom endpoints. This is currently exposed via theAWS_ENDPOINT_URL
option and appears to be used for both DynamoDB and S3 clients.It would be helpful if I could provide separate endpoints for DynamoDB and S3. Ideally, I would be able to pass in a DynamoDB client and an S3 client or object store directly, instead of interacting through the options hashmap full of strings.
Use Case
In my test environment, separate processes mock S3 and DynamoDB, and listen on different ports, so I cannot provide a single endpoint that does both.
Related Issue(s)
The text was updated successfully, but these errors were encountered: