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
已提問 3 年前檢視次數 1087 次
1 個回答
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
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南