You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1002,8 +1002,7 @@ Register a backend with
1002
1002
:model-region 'apac)
1003
1003
#+end_src
1004
1004
1005
-
The Bedrock backend gets your AWS credentials from the environment variables. It expects to find either
1006
-
~AWS_ACCESS_KEY_ID~, ~AWS_SECRET_ACCESS_KEY~, ~AWS_SESSION_TOKEN~ (optional), or if present, can use ~AWS_PROFILE~ to get these directly from the ~aws~ cli.
1005
+
When the ~:profile~ option is specified, the Bedrock backend uses the shared AWS config and credentials files to obtain credentials based on the AWS Profile selected. Alternatively ~AWS_PROFILE~ environment variable can be used to provide the profile name. If ~AWS_ACCESS_KEY_ID~, ~AWS_SECRET_ACCESS_KEY~ and ~AWS_SESSION_TOKEN~ environment variables are provided the profile will be ignored.
1007
1006
1008
1007
NOTE: The Bedrock backend needs curl >= 8.5 in order for the sigv4 signing to work properly,
1009
1008
https://github.com/curl/curl/issues/11794
@@ -1022,6 +1021,8 @@ The above code makes the backend available to select. If you want it to be the
0 commit comments