Skip to content

Commit a3da633

Browse files
committed
chore(supplemental-docs): import update
1 parent 1dbe095 commit a3da633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supplemental-docs/CLIENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const client = new S3Client({
153153

154154
#### Enabling uncached/refreshed credentials in `fromIni` credential provider
155155

156-
`fromIni` credential provider accepts a boolean `ignoreCache` value which when true, always reloads credentials from the file system instead of using cached values. This is useful when you need to detect changes to the credentials file.
156+
`fromIni` credential provider accepts a boolean `ignoreCache` option which when true, always reloads credentials from the file system instead of using cached values. This is useful when you need to detect changes to the credentials file.
157157

158158
Note: For temporary credentials that need regular refreshing, consider using `fromTemporaryCredentials` instead.
159159

@@ -190,7 +190,7 @@ async function refreshClientCredentials() {
190190

191191
For temporary credentials:
192192
```typescript
193-
import { fromTemporaryCredentials } from "@aws-sdk/credential-provider-ini";
193+
import { fromTemporaryCredentials } from "@aws-sdk/credential-provider";
194194

195195
// Better approach for temporary credentials that need regular refreshing
196196
const client = new S3Client({

0 commit comments

Comments
 (0)