All notable changes to this project will be documented in this file. This project tries to adhere to Semantic Versioning, even before v1.0.
- #10 fix to support latest version of AWS SDK
- #5 fix activesupport require
- #4 require singleton
- add helpful message
- #3 no-mfa option for exports
- #2 do not eager load ext/aws.rb
- fix edge case when aws profile not found
- check aws cli is fully setup
- #1 speed up iam_mfa? detection with AWSConfig parser
- prompt for mfa when using AWS_* env and
AWS_MFA_SERIAL
- always set AWS_* env vars when in iam_mfa mode
- fix aws_cli_installed? check
- check for aws_cli_installed, allow to work on aws lambda
- allow specs to pass in other projects
- require aws_mfa_secure so ext can be one line: require "aws_mfa_secure/ext/aws"
- add clean command
- flush memo cache for updated aws tokens
- Initial release.