在执行以下命令之前,我使用 aws configure 命令设置了 AWS。对于该地区,我尝试了“Nil”和“None”。
C:\Windows\system32>aws s3api --endpoint-url https://ds41s3-scs.swisscom.com create-bucket --bucket aws_tst
Could not connect to the endpoint URL: "https://ds41s3-scs.swisscom.com/aws_tst"
C:\Windows\system32>aws s3api --endpoint-url https://ds31s3.swisscom.com create-bucket --bucket aws_tst
('Connection aborted.', ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061, None))
如您所见,我尝试了可以在 AppCloud 文档中找到的端点 url 以及我的服务密钥中给出的 url。我还尝试了其他方式来连接到该服务。例如 S3 管理器,但我不断收到此错误。有任何想法吗?