roribio/alpine-sqs

Unable to locate credentials. You can configure credentials by running "aws configure"

bzbislawski opened this issue ยท 2 comments

Need to set all values as empty string and it is possible to send messages with aws cli command.

Perhaps this needs adding to readme if we claim thorough docs ๐Ÿ˜‰?

kecci commented

Need to set all values as empty string and it is possible to send messages with aws cli command.

Perhaps this needs adding to readme if we claim thorough docs ๐Ÿ˜‰?

I got the error as well, I solved by adding option --no-sign-request and --region eu-central-1 on the aws command.

It would be nice to have this notes on readme, cc @roribio

@kecci How can I use the parameter '--no-sign-request' in the configuration files 'elasticmq.conf' and 'sqs-insight.conf'?