You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: supplemental-docs/CLIENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ const client = new S3Client({
153
153
154
154
#### Enabling uncached/refreshed credentials in `fromIni` credential provider
155
155
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.
157
157
158
158
Note: For temporary credentials that need regular refreshing, consider using `fromTemporaryCredentials` instead.
159
159
@@ -190,7 +190,7 @@ async function refreshClientCredentials() {
0 commit comments