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
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,60 @@ const client = new S3Client({
151
151
});
152
152
```
153
153
154
+
#### Enabling uncached/refreshed credentials in `fromIni` credential provider
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.
157
+
158
+
Note: For temporary credentials that need regular refreshing, consider using `fromTemporaryCredentials` instead.
0 commit comments