Listing directory buckets
The following examples show how to list directory buckets by using the AWS Management Console, AWS SDKs, and AWS CLI.
Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/
. -
In the navigation bar on the top of the page, choose the name of the currently displayed AWS Region. Next, choose the Region in which you want to view a list of your directory buckets.
-
In the left navigation pane, choose Directory buckets. A list of directory buckets appears. To view the objects in the bucket, bucket properties, bucket permissions, metrics, access points associated with the bucket, or to manage the bucket, choose the bucket name.
The following list-directory-buckets
example command shows how you can use
the AWS CLI to list your directory buckets in the us-east-1
region. To run this command, replace the
with your own information.user input placeholders
aws s3api list-directory-buckets --region
us-east-1
For more information, see list-directory-buckets