From 6b807c988744eafb79ad8e3bf9fb8a7f843e9d43 Mon Sep 17 00:00:00 2001 From: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:24:59 -0400 Subject: [PATCH] minor typo fix There was a random "s" at the end of the AWS_SECRET_ACCESS_KEY that you don't need. Signed-off-by: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5abc91d..356e7bc 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ SageMaker doesn't return the total number of tokens that are generated by their ```bash export AWS_ACCESS_KEY_ID="YOUR_ACCESS_KEY_ID" -export AWS_SECRET_ACCESS_KEY="YOUR_SECRET_ACCESS_KEY"s +export AWS_SECRET_ACCESS_KEY="YOUR_SECRET_ACCESS_KEY" export AWS_SESSION_TOKEN="YOUR_SESSION_TOKEN" export AWS_REGION_NAME="YOUR_ENDPOINTS_REGION_NAME"