View details for your access point for general purpose buckets - Amazon Simple Storage Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View details for your access point for general purpose buckets

This section explains how to view details for your access point for a general purpose bucket using the Amazon Web Services Management Console, Amazon Command Line Interface, or REST API.

To view details for your access point in your Amazon Web Services account
  1. Sign in to the Amazon Web Services Management Console and open the Amazon S3 console at https://console.amazonaws.cn/s3/.

  2. 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.

  3. In the navigation pane on the left side of the console, choose Access Points.

  4. (Optional) Search for access points by name. Only access points in your selected Amazon Web Services Region will appear here.

  5. Choose the name of the access point you want to manage or use.

  6. Select the Properties tab to view the access point bucket, account ID, Amazon Web Services Region, creation date, network origin, S3 URI, ARN, and access point alias for the selected access point.

  7. Select the Permissions tab to view the Block Public Access settings and access point policy for the selected access point.

    Note

    You can't change the Block Public Access settings for an access point after the access point is created.

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 my-access-point for Amazon Web Services account 111122223333.

aws s3control get-access-point --name my-access-point --account-id 111122223333

Example output:

{ "Name": "my-access-point", "Bucket": "amzn-s3-demo-bucket", "NetworkOrigin": "Internet", "PublicAccessBlockConfiguration": { "BlockPublicAcls": true, "IgnorePublicAcls": true, "BlockPublicPolicy": true, "RestrictPublicBuckets": true }, "CreationDate": "2016-08-29T22:57:52Z", "Alias": "my-access-point-u1ny6bhm7moymqx8cuon8o1g4mwikuse2a-s3alias", "AccessPointArn": "arn:aws-cn:s3:Amazon Web Services Region:111122223333:accesspoint/my-access-point", "Endpoints": { "ipv4": "s3-accesspoint.Amazon Web Services Region.amazonaws.com", "fips": "s3-accesspoint-fips.Amazon Web Services Region.amazonaws.com", "fips_dualstack": "s3-accesspoint-fips.dualstack.Amazon Web Services Region.amazonaws.com", "dualstack": "s3-accesspoint.dualstack.Amazon Web Services Region.amazonaws.com" }, "BucketAccountId": "111122223333" }

For more information and examples, see get-access-point in the Amazon CLI Command Reference.

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.