From f4129f3e640893f77d6969a58dce868744d8dfcf Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 15 May 2024 10:40:31 -0600 Subject: [PATCH] Add docs for AWS_SDK_UA_APP_ID environment variable --- docs/source/guide/configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/guide/configuration.rst b/docs/source/guide/configuration.rst index 9e4039f4aa..7134c179e4 100644 --- a/docs/source/guide/configuration.rst +++ b/docs/source/guide/configuration.rst @@ -227,6 +227,11 @@ You can set configuration settings using system-wide environment variables. Thes Specifies the types of retries the SDK will use. For more information, see the ``retry_mode`` configuration file section. +``AWS_SDK_UA_APP_ID`` + AppId is an optional application specific identifier that can be set. + When set it will be appended to the User-Agent header of every request + in the form of App/{AppId}. + Using a configuration file --------------------------