在执行以下命令之前,我使用aws configure命令设置AWS。对于该地区,我尝试了“无”和“无”。
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管理器,但我不断收到此错误。有什么想法吗?