broamski / aws-mfa

Manage AWS MFA Security Credentials
MIT License
1.01k stars 163 forks source link

aws-mfa strips comments from credentials file #39

Open twratl opened 5 years ago

twratl commented 5 years ago

When I run aws-mfa it strips out comments that are in the AWS credentials file. I use those comments to perform other actions outside of aws-mfa. From what I understand the credentials file follows the INI format and a comment line starts with a ; and some implementations allow #.