AWS GLACIER CLI - 无法连接到端点 URL
AWS GLACIER CLI - Could not connect to the endpoint URL
我正在尝试通过 AWS CLI 连接到 AWS Glacier,但是当我 运行 它时:
aws glacier list-vaults --account-id -
我收到这个错误:
Could not connect to the endpoint URL: "https://glacier.us-east1.amazonaws.com/-/vaults"
我已经检查了凭据并且它适用于 AWS S3...
我能做什么?
我拼错了区域名称:
错误的地区:
us-east1
右侧地区:
us-east-1
我正在尝试通过 AWS CLI 连接到 AWS Glacier,但是当我 运行 它时:
aws glacier list-vaults --account-id -
我收到这个错误:
Could not connect to the endpoint URL: "https://glacier.us-east1.amazonaws.com/-/vaults"
我已经检查了凭据并且它适用于 AWS S3... 我能做什么?
我拼错了区域名称:
错误的地区:
us-east1
右侧地区:
us-east-1