summaryrefslogtreecommitdiffstats
path: root/src/configs/aws.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/aws.rs')
-rw-r--r--src/configs/aws.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configs/aws.rs b/src/configs/aws.rs
index 92e981d4d..22be05422 100644
--- a/src/configs/aws.rs
+++ b/src/configs/aws.rs
@@ -27,6 +27,9 @@ use std::collections::HashMap;
/// When using [`AWSume`](https://awsu.me) the profile
/// is read from the `AWSUME_PROFILE` env var and the credentials expiration
/// date is read from the `AWSUME_EXPIRATION` env var.
+///
+/// When using [aws-sso-cli](https://github.com/synfinatic/aws-sso-cli) the profile
+/// is read from the `AWS_SSO_PROFILE` env var.
pub struct AwsConfig<'a> {
/// The format for the module.
pub format: &'a str,