AWS AmazonS3 documentation change
Summary
Added AWS Management Console instructions for listing directory buckets, including navigation steps and UI elements
Security assessment
The changes provide UI-based workflow documentation without addressing security vulnerabilities or introducing security features. The added content focuses on console navigation rather than security controls, permissions, or vulnerabilities.
Diff
diff --git a/AmazonS3/latest/userguide/directory-buckets-objects-ListExamples.md b/AmazonS3/latest/userguide/directory-buckets-objects-ListExamples.md index 800fdcb0b..e64834396 100644 --- a//AmazonS3/latest/userguide/directory-buckets-objects-ListExamples.md +++ b//AmazonS3/latest/userguide/directory-buckets-objects-ListExamples.md @@ -7 +7,10 @@ -The following examples show how to list directory buckets by using the AWS SDKs and AWS CLI. +The following examples show how to list directory buckets by using the AWS Management Console, AWS SDKs, and AWS CLI. + + 1. Sign in to the AWS Management Console and open the Amazon S3 console at [https://console.aws.amazon.com/s3/](https://console.aws.amazon.com/s3/). + + 2. 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. + + 3. 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. + + +