dungdm93 commented on PR #5046: URL: https://github.com/apache/iceberg/pull/5046#issuecomment-1186482295
@[amogh-jahagirdar Currently, I'm see the faction of configurations between services, e.g: `glue`, `kms`, `dynamo` missing the way to set `credentialsProvider` WDYT about having common configuration of `endpoint`, `region`, `access-key-id`, `secret-access-key` and `session-token` for all services. ```java String S3FILEIO_PREFIX = "s3." String GLUE_PREFIX = "glue." /** * To set S3 region, use s3.region, to set Glue region set glue.region, etc... **/ String REGION_CONFIG = "region" /** * To set S3 endpoint, use s3.endpoint, to set Glue region set glue.endpoint, etc... **/ String ENDPOINT_CONFIG = "endpoint" ... ``` -- 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]
