feat: bedrock temporary credentials support (#1207)

This commit is contained in:
Daniel Tabuenca
2025-02-08 11:40:20 -06:00
committed by GitHub
parent 4ffec5a039
commit 987275c64a
2 changed files with 6 additions and 1 deletions

View File

@@ -471,8 +471,10 @@ Given its early stage, `avante.nvim` currently supports the following basic func
> For Amazon Bedrock:
>
> ```sh
> export BEDROCK_KEYS=aws_access_key_id,aws_secret_access_key,aws_region
> export BEDROCK_KEYS=aws_access_key_id,aws_secret_access_key,aws_region[,aws_session_token]
>
> ```
> Note: The aws_session_token is optional and only needed when using temporary AWS credentials
1. Open a code file in Neovim.
2. Use the `:AvanteAsk` command to query the AI about the code.