We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7eda04 commit 7919e19Copy full SHA for 7919e19
packages/core/src/auth/sso/cache.ts
@@ -36,7 +36,7 @@ export interface SsoCache {
36
}
37
38
const defaultCacheDir = () => path.join(fs.getUserHomeDir(), '.aws/sso/cache')
39
-const defaultStsCacheDir = () => path.join(fs.getUserHomeDir(), '.aws/cli/cache')
+const defaultStsCacheDir = () => path.join(fs.getUserHomeDir(), '.aws/flare/cache')
40
export const getCacheDir = () => DevSettings.instance.get('ssoCacheDirectory', defaultCacheDir())
41
export const getStsCacheDir = () => DevSettings.instance.get('stsCacheDirectory', defaultStsCacheDir())
42
0 commit comments