mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Add support for aws credentials file or environment variables, and session token
This commit is contained in:
@@ -6,6 +6,7 @@ export interface ApiHandlerOptions {
|
||||
openRouterApiKey?: string
|
||||
awsAccessKey?: string
|
||||
awsSecretKey?: string
|
||||
awsSessionToken?: string
|
||||
awsRegion?: string
|
||||
vertexProjectId?: string
|
||||
vertexRegion?: string
|
||||
|
||||
Reference in New Issue
Block a user