EDyO / appu

Automatic Podcast Publisher
MIT License
3 stars 2 forks source link

Use AWS credentials from environment #47

Open ifosch opened 2 years ago

ifosch commented 2 years ago

Nowadays, almost all AWS API related commands follow some algorithm to look for credentials. In our case, uploader seems to do so, but appu doesn't.

Make appu look for the credentials with the same algorithm as uploader and remove the option from the input. Adjust the README accordingly.