BLOCKER: when updating secondary awscli credentials file, old parsed obj is used

Issue #13 resolved
blakeca00 repo owner created an issue

this bug causes the contents of

  • ~/.aws/credentials

to be written to:

  • ~/.aws/credentials.org

A new (config) parser object must be made of prior to update of any secondary credentials file; otherwise, the contents credentials >> credentials.org (or alt secondary creds file)

Comments (2)

  1. Log in to comment