fix(aws): accept sso credentials (#3718)

This commit is contained in:
David Knaack
2022-03-16 23:14:52 +01:00
committed by GitHub
parent bae16b525d
commit d7308203a9
2 changed files with 44 additions and 9 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ format = "$all$directory$character"
## AWS
The `aws` module shows the current AWS region and profile when
credentials or a `credential_process` have been setup. This is based on
credentials, a `credential_process` or a `sso_start_url` have been setup. This is based on
`AWS_REGION`, `AWS_DEFAULT_REGION`, and `AWS_PROFILE` env var with
`~/.aws/config` file. This module also shows an expiration timer when using temporary
credentials.