Extra spaces around equals sign breaks shared credentials file #2281
Labels
bug
This issue is a bug.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
Please fill out the sections below to help us address your issue.
Version of AWS SDK for Go?
1.15.74 (I think)
What issue did you see?
Over in hashicorp/terraform-provider-aws#6462 an issue is being discussed where the shared credentials file is not being read as a valid source for credentials. This appears to be caused by tools that 'pretty print' credentials into the file with extra padding around the
=
.Steps to reproduce
A file formatted like this will fail
Removing the extra spaces will fix it
This comment addresses the issue: hashicorp/terraform-provider-aws#6462 (comment)
The text was updated successfully, but these errors were encountered: