Could not connect to the endpoint URL: "https://s3.local.amazonaws.com/"

0

I am trying to run the command "aws s3 ls" and I'm getting the following response:

Could not connect to the endpoint URL: "https://s3.local.amazonaws.com/"

I have verified that the credentials I have set up in my credentials file have programmatic access.
My config file is set up with the following values:
[default]
region = us-east-1
output = json

I have tried setting up a new user and creating new credentials.
I have tried uninstalling and reinstalling the cli.
Ping request could not find host s3.local.amazonaws.com.
I did get a response from ping s3.us-east-1.amazonaws.com.

Does anyone know what I am doing wrong or what else I can try?

mjh1975
preguntada hace 3 años1088 visualizaciones
1 Respuesta
0

Just after I posted this I noticed that I had an environment variable set up causing the region to be set as "local".
I removed the AWS_DEFAULT_REGION environment variable and it is now connecting to the correct endpoint URL using the region from my config file.

mjh1975
respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas