Skip to content

feat(s3): isolated default credentials#3199

Merged
superhx merged 1 commit into
1.6from
feature/isolated-default-credentials
Feb 2, 2026
Merged

feat(s3): isolated default credentials#3199
superhx merged 1 commit into
1.6from
feature/isolated-default-credentials

Conversation

@woshigaopp
Copy link
Copy Markdown
Contributor

This pull request makes a minor update to the way AWS credentials providers are instantiated in the AwsObjectStorage class. The change replaces the direct use of DefaultCredentialsProvider.create() with the builder pattern DefaultCredentialsProvider.builder().build(), which can provide better extensibility and clarity.

  • Updated the credentialsProviders0 method in AwsObjectStorage.java to use DefaultCredentialsProvider.builder().build() instead of DefaultCredentialsProvider.create().

Copilot AI review requested due to automatic review settings February 2, 2026 11:06
@woshigaopp woshigaopp requested a review from 1sonofqiu as a code owner February 2, 2026 11:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the AWS credentials provider instantiation in the AwsObjectStorage class from using the static factory method to the builder pattern, improving code consistency with other parts of the codebase.

Changes:

  • Updated DefaultCredentialsProvider.create() to DefaultCredentialsProvider.builder().build() in the credentialsProviders0 method

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@superhx superhx merged commit 0f09e61 into 1.6 Feb 2, 2026
11 of 12 checks passed
@superhx superhx deleted the feature/isolated-default-credentials branch February 2, 2026 11:57
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