xiaoxuandev opened a new pull request, #12695: URL: https://github.com/apache/iceberg/pull/12695
This change adds support for `StaticCredentialsProvider` in `DefaultAwsClientFactory`. Using the following properties to use `StaticCredentialsProvider`: ``` AwsClientProperties.CLIENT_CREDENTIALS_PROVIDER -> "software.amazon.awssdk.auth.credentials.StaticCredentialsProvider" AwsClientProperties.CLIENT_CREDENTIAL_PROVIDER_PREFIX + AwsClientProperties.ACCESS_KEY_ID -> "your-access-key-id" AwsClientProperties.CLIENT_CREDENTIAL_PROVIDER_PREFIX + AwsClientProperties.SECRET_ACCESS_KEY -> "your-secret-access-key" AwsClientProperties.CLIENT_CREDENTIAL_PROVIDER_PREFIX + AwsClientProperties.SESSION_TOKEN -> "your-session-token" // optional ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org