List Objects
The samples shown in this section guides you through the steps to list objects within a bucket called
my-bucket.
The following is an example for IDrive® e2’s Chicago region. You must follow the required configuration instructions before performing the following operations.
List the objects in the bucket with the help of following code.
aws s3 ls s3://my-bucket --endpoint-url https://storageendpoint
To list all objects recursively use the following command
aws s3 ls s3://my-bucket --recursive --endpoint-url https://storageendpoint