View details for your access points for directory buckets
This section explains how to view details for your access point for directory buckets using the Amazon Web Services Management Console, Amazon CLI, Amazon SDKs, or REST API.
View details of an access point for directory buckets to see the following information about the access point and the associated directory bucket:
Properties:
Directory bucket name
Directory bucket owner account ID
Amazon Web Services Region
Directory bucket location type
Directory bucket location name
Creation date of access point
Network origin
VPC ID
S3 URI
Access point ARN
Access point alias
Permissions:
IAM external access analyzer findings
Access point scope
Access point policy
To view details for your access point 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 for directory buckets.
-
(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.
-
Select the Properties tab or the Permissions tab.
The following get-access-point
example command shows how you can use
the Amazon CLI to view details for your access point.
The following command lists details for the access point
for Amazon Web Services account my-access-point
--zoneID
--xa-s3111122223333
.
aws s3control get-access-point --name
--
my-access-point
zoneID
--xa-s3 --account-id111122223333
Example of output of get-access-point
command
{ "Name": "example-access-point--zoneID--xa-s3", "Bucket": "
amzn-s3-demo-bucket
--zone-id
--x-s3", "NetworkOrigin": "Internet", "PublicAccessBlockConfiguration": { "BlockPublicAcls": true, "IgnorePublicAcls": true, "BlockPublicPolicy": true, "RestrictPublicBuckets": true }, "CreationDate": "2025-04-23T18:26:22.146000+00:00", "Alias": "example-access-point--zoneID--xa-s3", "AccessPointArn": "arn:aws-cn:s3express:region:111122223333:accesspoint/example-access-point--zoneID--xa-s3", "BucketAccountId": "296805379465" }
For more information and examples, see get-access-point
You can use the REST API to view details for your access point. For more information, see GetAccessPoint in the Amazon Simple Storage Service API Reference.
You can use the Amazon SDKs to view details of your access points. For more information, see list of supported SDKs in the Amazon Simple Storage Service API Reference.