Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: make configurationSource configurable #1118

Merged
merged 4 commits into from
Nov 21, 2023

Conversation

lauzadis
Copy link
Member

@lauzadis lauzadis commented Nov 17, 2023

Make configurationSource configurable. Required to support a new internal-only CredentialsProvider.

Issue #

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lauzadis lauzadis requested a review from a team as a code owner November 17, 2023 22:24
@lauzadis lauzadis added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Nov 17, 2023
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

Comment on lines 29 to 33
public suspend fun loadAwsSharedConfig(
platform: PlatformProvider,
profileNameOverride: String? = null,
configurationSource: AwsConfigurationSource? = null
): AwsSharedConfig =
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: New parameter missing KDocs.

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@lauzadis lauzadis merged commit cfff2e4 into main Nov 21, 2023
16 checks passed
@lauzadis lauzadis deleted the misc-make-configuration-source-configurable branch November 22, 2023 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants