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
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

ECS: How to access buckets when using the aws CLI

Summary: In an instance where the customer has downloaded and installed the AWS CLI application and they are unable to view the contents of a bucket. Or any other commands do not function on a bucket. ...

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

In the AWS CLI application, it naturally assumes that a user is working with an AWS device. So it defaults the ports to 443 and to https traffic.

In order to properly access the buckets on an ECS array, it is necessary to specify to the endpoint. The connection is to ECS and not AWS by using the following options for the command.

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


 

Article Properties


Affected Product

ECS Appliance Software without Encryption

Product

ECS Appliance Software without Encryption

Last Published Date

03 Mar 2023

Version

3

Article Type

How To