Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

ECS:如何在使用 aws CLI 时访问存储桶

Summary: 在某个实例中,客户已下载和安装 AWS CLI 应用程序,并且无法查看存储桶内容。或任何其他命令均对存储桶不起作用。

This article applies to   This article does not apply to 

Instructions

在 AWS CLI 应用程序中,它会自然而然地假设用户正在使用 AWS 设备。因此,它将端口默认为 443,并且将流量默认为 https 流量。

要正确访问 ECS 阵列上的存储桶,必须指定到端点。通过使用以下命令选项,可连接到 ECS(而不是连接到 AWS)。

示例:
# aws --no-verify-ssl s3 ls --endpoint-url https://10.0.0.1:9021 s3://test/


 

Affected Products

ECS Appliance Software without Encryption

Products

ECS Appliance Software without Encryption