Skip to content

Commit e59c660

Browse files
committed
docs(supplemental-docs): temp creds update
1 parent ebe88e7 commit e59c660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplemental-docs/CLIENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const client = new S3Client({
171171

172172
For temporary credentials:
173173

174-
You can use the `fromTemporaryCredentials` provider that creates a credential provider function that retrieves temporary credentials from STS AssumeRole API.
174+
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.
175175

176176
```typescript
177177
import { fromTemporaryCredentials } from "@aws-sdk/credential-providers";

0 commit comments

Comments
 (0)