mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2026-03-23 17:49:29 -04:00
Support AWS profile to configure Bedrock Authentication
Added support for configurations under ~/.aws/credentials or ~/.aws/config.
This commit is contained in:
@@ -33,6 +33,8 @@ export interface ApiHandlerOptions {
|
||||
awsUseCrossRegionInference?: boolean
|
||||
awsUsePromptCache?: boolean
|
||||
awspromptCacheId?: string
|
||||
awsProfile?: string
|
||||
awsUseProfile?: boolean
|
||||
vertexProjectId?: string
|
||||
vertexRegion?: string
|
||||
openAiBaseUrl?: string
|
||||
|
||||
Reference in New Issue
Block a user