Kontinuation opened a new pull request, #8677: URL: https://github.com/apache/iceberg/pull/8677
Fixes https://github.com/apache/iceberg/issues/8601 It uses `DefaultCredentialsProvider.builder().build()` instead of `DefaultCredentialsProvider.create()` to avoid sharing the same credentials provider across multiple clients. This PR changes 3 places calling `DefaultCredentialsProvider.create()`, and adds one test for `AwsCredentialsProvider.credentialsProvider`. The other two are deprecated so no tests were added for them. -- 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