From 58d1b4c2ca752355cf16fbe648f5181da8f77a75 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 26 Aug 2024 14:24:18 -0700 Subject: [PATCH] improved bedrock docs #713 --- aider/website/docs/llms/bedrock.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/llms/bedrock.md b/aider/website/docs/llms/bedrock.md index c38ca68b7..d41cbdce7 100644 --- a/aider/website/docs/llms/bedrock.md +++ b/aider/website/docs/llms/bedrock.md @@ -26,11 +26,14 @@ This will prompt you to enter your AWS Access Key ID, Secret Access Key, and def Alternatively, you can set the following environment variables: ```bash +export AWS_REGION=your_preferred_region + +# For user authentication export AWS_ACCESS_KEY_ID=your_access_key export AWS_SECRET_ACCESS_KEY=your_secret_key -export AWS_DEFAULT_REGION=your_preferred_region -export AWS_PROFILE=your-profile # if you need a profile +# For profile authentication +export AWS_PROFILE=your-profile ``` You can add these to your