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 6d10bff commit e543341Copy full SHA for e543341
packages/credential-providers/src/fromContainerMetadata.ts
@@ -14,7 +14,7 @@ export interface RemoteProviderInit extends _RemoteProviderInit {}
14
* // const { fromContainerMetadata } = require("@aws-sdk/credential-providers"); // CommonJS import
15
*
16
* const foo = new FooClient({
17
- * credentials: fromInstanceMetadata({
+ * credentials: fromContainerMetadata({
18
* // Optional. The connection timeout (in milliseconds) to apply to any remote requests. If not specified, a default value
19
* // of`1000` (one second) is used.
20
* timeout: 1000,
0 commit comments