amogh-jahagirdar commented on issue #5769: URL: https://github.com/apache/iceberg/issues/5769#issuecomment-1250521912
The exposed way currently is for allowing an endpoint override (which can be used for essentially setting another region) for each of these, the default aws client factory and assume role client factories leverage those. For example, check out https://github.com/apache/iceberg/blob/master/aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java#L152. I do agree though it would be nice to have a simpler interface for just setting region. For that, I think we can follow up on this [PR](https://github.com/apache/iceberg/pull/5046/files). cc: @dungdm93 -- 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]
