Unable to locate credentials. You can configure credentials by running "aws configure"
bzbislawski opened this issue ยท 2 comments
bzbislawski 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 ๐?
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
schererninja commented
@kecci How can I use the parameter '--no-sign-request' in the configuration files 'elasticmq.conf' and 'sqs-insight.conf'?