Listing directory buckets
The following examples show how to list directory buckets by using the Amazon Web Services Management Console, Amazon SDKs, and Amazon CLI.
Sign in to the Amazon Web Services Management Console and open the Amazon S3 console at https://console.amazonaws.cn/s3/
. -
In the navigation bar on the top of the page, choose the name of the currently displayed Amazon Web Services 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 Amazon 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