S3 API Documentation

×
×
Home > S3 Developer Guide > Operations > List Objects

List Objects

jQuery(document).attr(“title”, “Welcome to Sterling Kilgore | Results Beyond Words”);

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
© 2024 IDrive Inc.