From 15a2cb5a26bc89ba6a0a8304ec4e3a8517eb4db2 Mon Sep 17 00:00:00 2001 From: nai-degen Date: Sat, 7 Oct 2023 21:10:18 -0500 Subject: [PATCH] another docs correction --- docs/aws-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aws-configuration.md b/docs/aws-configuration.md index 9f99084..f89a105 100644 --- a/docs/aws-configuration.md +++ b/docs/aws-configuration.md @@ -45,4 +45,4 @@ The account must have access to _all_ of the following models or the proxy can't By default, the proxy will refuse to use keys if it finds that logging is enabled, or if it doesn't have permission to check logging status. -If you can't attach the `bedrock:GetModelInvocationLoggingConfiguration` policy to the principal, you can set the `AWS_ASSUME_LOGGING_DISABLED` environment variable to `true` to force the proxy to use the keys anyway. A warning will appear on the info page when this is enabled. +If you can't attach the `bedrock:GetModelInvocationLoggingConfiguration` policy to the principal, you can set the `ALLOW_AWS_LOGGING` environment variable to `true` to force the proxy to use the keys anyway. A warning will appear on the info page when this is enabled.