summaryrefslogtreecommitdiffstats
path: root/src/modules/aws.rs
AgeCommit message (Expand)Author
2021-05-12feat(aws): add temporary credentials countdown (#2464)Carl-Louis Van Brandt
2021-04-20feat(aws): Add support for profile from awsume (#2609)Andrew McClenaghan
2021-03-13feat(aws): add support for getting profile from awsu (#2451)nils måsén
2021-03-06style(aws): Add spacing between profile and region (#2417)Eric Nielsen
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2020-10-14test(aws): Ignore tests that check .aws files (#1775)Thomas O'Donnell
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-06-20Replace `dirs` with `dirs-next` dependency (#1361)Julian Gehring
2020-04-06feat(aws): Use AWS_VAULT as the profile if set (#984)Kevin Pullin
2019-12-20perf: Dereference before to_string in aws moduleMatan Kushner
2019-12-20feat: Implement AWS region aliases (#646)Mike Sampson
2019-11-02feat: Add configuration to set how much AWS profile info is shown (#556)Cédric Da Fonseca
2019-10-15feat: Show AWS region in `aws` module (#482)Thomas Lee
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-25feat: Add AWS module (#419)Thomas O'Donnell