feat(storage): support AWS S3 NoAk default credentials - #2008
Merged
lyingbug merged 5 commits intoAug 5, 2026
Conversation
qilifan
force-pushed
the
codex/feat-aws-s3-default-credentials
branch
from
July 12, 2026 04:58
dbf2391 to
d00251b
Compare
qilifan
force-pushed
the
codex/feat-aws-s3-default-credentials
branch
from
July 12, 2026 10:07
d00251b to
180cd5c
Compare
Collaborator
|
处理下静态检查,另外i18n里并不需要引入如此多的diff,只增加需要的 |
Contributor
Author
|
@lyingbug 处理好了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Support AWS S3 authentication without persisted access keys by preserving the AWS SDK for Go v2 default credential chain when Access Key and Secret Key are both empty. This enables EC2/ECS IAM roles, EKS IRSA/Web Identity, environment credentials, and shared AWS configuration while keeping existing static AK/SK configurations backward compatible.
This change also makes the standard AWS S3 endpoint optional, updates tenant/global validation and connectivity checks, adjusts the storage settings UI and translations, and documents the environment-variable behavior.
Type of Change
Related Issue
N/A
Testing
Checklist
Screenshots / Recordings
Not included. The UI change only marks S3 credentials and endpoint as optional and adds explanatory help text.
