We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9980bc commit 156e5b5Copy full SHA for 156e5b5
src/api/providers/bedrock.ts
@@ -169,6 +169,7 @@ export class AwsBedrockHandler extends BaseProvider implements SingleCompletionH
169
// Use profile-based credentials if enabled and profile is set
170
clientConfig.credentials = fromIni({
171
profile: this.options.awsProfile,
172
+ ignoreCache: true,
173
})
174
} else if (this.options.awsAccessKey && this.options.awsSecretKey) {
175
// Use direct credentials if provided
0 commit comments