From e59c66035f496d6e5679350441b7112e984a013f Mon Sep 17 00:00:00 2001 From: siddsriv Date: Thu, 30 Jan 2025 20:33:20 +0000 Subject: [PATCH] docs(supplemental-docs): temp creds update --- supplemental-docs/CLIENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplemental-docs/CLIENTS.md b/supplemental-docs/CLIENTS.md index 1eed04e7a3ee..66ab91f51a1b 100644 --- a/supplemental-docs/CLIENTS.md +++ b/supplemental-docs/CLIENTS.md @@ -171,7 +171,7 @@ const client = new S3Client({ For temporary credentials: -You can use the `fromTemporaryCredentials` provider that creates a credential provider function that retrieves temporary credentials from STS AssumeRole API. +You can use the `fromTemporaryCredentials` provider that creates a credential provider function that retrieves temporary credentials from STS AssumeRole API. Depending on your use-case, this might be the preferred way to use temporary credentials, as compared to having a `.ini` file with `ignoreCache` (that will utilize filesystem operations) set to true. ```typescript import { fromTemporaryCredentials } from "@aws-sdk/credential-providers";