Guides

×
×
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 Cloud’s Oregon (us-west-1) 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

To list all objects recursively use the following command


aws s3 ls s3://my-bucket --recursive
© 2020 IDrive Inc.