99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments
MIT License
8.52k stars 820 forks source link

Handle whitespace in AWS config profile names #1219

Open ChristianBagley opened 1 year ago

ChristianBagley commented 1 year ago

Resolves #1172, to handle whitespace in ~/.aws/config preceding profile names.

I imagine the reported issue is an edge-case and fairly uncommon, but is easily handled with this fix.