Skip to content

Conversation

@lauzadis
Copy link
Member

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lauzadis lauzadis requested a review from a team as a code owner October 15, 2024 16:03
@sonarqubecloud
Copy link


try {
val provider = ProfileCredentialsProvider.build {
configFileName = configPath.toString()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aws-crt-java v0.30.7 changed the priority order of profile credentials to resolve credential_process before static credentials.

This test was picking up my local ~/.aws/config which had credential_process configured, causing the test to resolve process credentials instead of the static credentials we configured here.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions
Copy link

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
aws-crt-kotlin-jvm.jar 215,769 215,817 -48 -0.02%

@lauzadis lauzadis merged commit db6a44a into main Oct 15, 2024
7 checks passed
@lauzadis lauzadis deleted the misc-upgrade-crt-java-2 branch October 15, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants