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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1060,10 +1060,10 @@ Register a backend with
1060
1060
:model-region 'apac)
1061
1061
#+end_src
1062
1062
1063
-
The Bedrock backend gets your AWS credentials from the environment variables. It expects to find either
1063
+
The Bedrock backend gets your AWS credentials from the environment variables. If ~AWS_BEARER_TOKEN_BEDROCK~ is present, it uses the bearer token. Otherwise it expects to find either
1064
1064
~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.
1065
1065
1066
-
NOTE: The Bedrock backend needs curl >= 8.5 in order for the sigv4 signing to work properly,
1066
+
NOTE: Unless ~AWS_BEARER_TOKEN_BEDROCK~ token is used, the Bedrock backend needs curl >= 8.9 in order for the sigv4 signing to work properly,
1067
1067
https://github.com/curl/curl/issues/11794
1068
1068
1069
1069
An error will be signalled if ~gptel-curl~ is ~NIL~.
0 commit comments