pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

Error in Windows reading the credentials file #16

Open sebasmonia opened 4 years ago

sebasmonia commented 4 years ago

I get this error in Windows 10: Could not parse character 11 of "[default]^M

which makes me think aws-sdk-lisp is trying to read something from my credentials file and failing.

Symbolics commented 4 years ago

Did you try removing the carriage return (^M) character from the file?

sebasmonia commented 4 years ago

Yes, and the line endings to Unix style too.