mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
improved bedrock docs #713
This commit is contained in:
parent
66e9c3834a
commit
58d1b4c2ca
1 changed files with 5 additions and 2 deletions
|
@ -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:
|
Alternatively, you can set the following environment variables:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
export AWS_REGION=your_preferred_region
|
||||||
|
|
||||||
|
# For user authentication
|
||||||
export AWS_ACCESS_KEY_ID=your_access_key
|
export AWS_ACCESS_KEY_ID=your_access_key
|
||||||
export AWS_SECRET_ACCESS_KEY=your_secret_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
|
You can add these to your
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue