z3d1k opened a new pull request, #129:
URL: https://github.com/apache/flink-connector-aws/pull/129
## Purpose of the change
Explicitly use `.builder().build()` instead of `.create()` method while
constructing DefaultCredentialsProvider.
This way new instance of credentials provider will be created for each AWS
SDK client to prevent failures when one of the clients closes singleton
instance, resulting in failures in others.
## Verifying this change
- *Added unit test*
## Significant changes
*(Please check any boxes [x] if the answer is "yes". You can first publish
the PR and check them afterwards, for convenience.)*
- [ ] Dependencies have been added or upgraded
- [ ] Public API has been changed (Public API is any class annotated with
`@Public(Evolving)`)
- [ ] Serializers have been changed
- [ ] New feature has been introduced
- If yes, how is this documented? not applicable
--
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]