Skip to content

Conversation

@koushiro
Copy link
Member

@koushiro koushiro commented Jan 30, 2026

Which issue does this PR close?

Part of #6553

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

AI Usage Statement

Codex gpt-5.2 high

@koushiro koushiro requested a review from Xuanwo as a code owner January 30, 2026 12:00
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. releases-note/refactor The PR does a refactor on code or has a title that begins with "refactor" labels Jan 30, 2026
if let Some(v) = self.config.secret_access_key {
cfg.secret_access_key = Some(v);
if let (Some(ak), Some(sk)) = (&self.config.access_key_id, &self.config.secret_access_key) {
let static_provider = StaticCredentialProvider::new(ak, sk);
Copy link
Member Author

Choose a reason for hiding this comment

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

BTW, do we need to add security_token to ObsConfig?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/refactor The PR does a refactor on code or has a title that begins with "refactor" size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant