zoglmannk / Morse-Code-Ninja

Software used to generate Morse Code Ninja practice sets as found on https://morsecode.ninja/practice/index.html
https://morsecode.ninja
GNU General Public License v3.0
32 stars 14 forks source link

Use AWS_ACCESS_KEY_ID instead of AWS_KEY_ID in text2speech.py #45

Closed jsurls closed 9 months ago

jsurls commented 10 months ago

I was testing the code without setting my keys in the aws.config instead using my session keys from env vars to be detected. This failed to work. It looks like are correctly set in text2speech.py however, the detection of env vars are looking for AWS_KEY_ID rather than AWS_ACCESS_KEY_ID.

According to the AWS CLI guide, the environment vars are conventionally set to AWS_ACCESS_KEY_ID.