We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a39be commit 6128b63Copy full SHA for 6128b63
packages/util-user-agent-node/src/nodeAppIdConfigOptions.ts
@@ -1,6 +1,5 @@
1
-import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
import { DEFAULT_UA_APP_ID } from "@aws-sdk/middleware-user-agent";
3
-
+import { LoadedConfigSelectors } from "@smithy/node-config-provider";
4
5
/**
6
* @internal
@@ -10,7 +9,7 @@ export const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
10
9
11
12
*/
13
-export const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
+export const UA_APP_ID_INI_NAME = "sdk_ua_app_id";
14
15
16
0 commit comments