1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-27 12:49:02 +00:00
starship/src
Harry Hodge 74ce7fdbee
feat(aws): Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#5002)
feat(aws): supports AWS_CREDENTIAL_EXPIRATION environment variable

Adds support for the AWS_CREDENTIAL_EXPIRATION environment variable
which was adopted as the standard way to set the expiration for
temporary credentials. The existing AWS_SESSION_EXPIRATION environment
variable is not dropped for backwards compatibility.

See https://github.com/aws/aws-cli/pull/7398
2023-03-20 21:56:12 +01:00
..
configs feat(aws): Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#5002) 2023-03-20 21:56:12 +01:00
formatter chore: fix new clippy lints (#4557) 2022-11-05 12:40:46 +01:00
init fix(init): avoid cygpath for starship binary path (#4970) 2023-03-11 07:24:14 +01:00
modules feat(aws): Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#5002) 2023-03-20 21:56:12 +01:00
test fix(fossil_branch): fossil checkout database file name on windows (#4978) 2023-03-14 18:56:29 +01:00
bug_report.rs chore: fix clippy warnings for rust 1.66 (#4715) 2022-12-17 18:01:27 +01:00
config.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
configure.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
context.rs chore: use updated gitoxide crate names (#4913) 2023-02-21 13:03:17 +09:00
lib.rs refactor: replace module_config_derive with serde (#3786) 2022-03-26 10:42:19 +01:00
logger.rs chore: fix clippy warnings for rust 1.67 (#4855) 2023-01-27 18:33:24 +09:00
main.rs fix(preset): add output-flag to avoid encoding issues (#4926) 2023-03-03 11:46:16 +01:00
module.rs feat(fossil_branch): add fossil_branch module (#4806) 2023-01-31 09:06:46 +01:00
print.rs fix(preset): add output-flag to avoid encoding issues (#4926) 2023-03-03 11:46:16 +01:00
segment.rs refactor: replace ansi_term with nu_ansi_term (#4339) 2022-09-04 18:44:54 +02:00
serde_utils.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
utils.rs feat(fossil_branch): add fossil_branch module (#4806) 2023-01-31 09:06:46 +01:00