List your access points for general purpose buckets
This section explains how to list your access points for general purpose buckets using the Amazon Web Services Management Console, Amazon Command Line Interface, or REST API.
To list access points in your Amazon Web Services account
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 that you want to list access points for.
-
In the navigation pane on the left side of the console, choose Access Points.
-
(Optional) Search for access points by name. Only access points in your selected Amazon Web Services Region will appear here.
-
Choose the name of the access point you want to manage or use.
The following list-access-points
example command shows how you can use
the Amazon CLI to list your access points.
The following command lists access points for Amazon Web Services account 111122223333
.
aws s3control list-access-points --account-id
111122223333
The following command lists access points for Amazon Web Services account 111122223333
that are attached to bucket amzn-s3-demo-bucket
.
aws s3control list-access-points --account-id
111122223333
--bucketamzn-s3-demo-bucket
For more information and examples, see list-access-points
You can use the REST API to list your access points. For more information, see ListAccessPoints in the Amazon Simple Storage Service API Reference.