

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 列出 S3 存取點附件
<a name="access-points-list"></a>

本節說明如何使用 AWS 管理主控台 AWS Command Line Interface或 REST API 列出 S3 存取點。

## 列出連接至 FSx for ONTAP 磁碟區 (Amazon FSx 主控台） 的所有 S3 存取點
<a name="access-points-list-console"></a>

1. 在 [https://console.aws.amazon.com/fsx/](https://console.aws.amazon.com/fsx/)：// 開啟 Amazon FSx 主控台。

1. 在主控台左側的導覽窗格中，選擇**磁碟區**。

1. 在**磁碟區**頁面上，選擇要檢視存取點附件的 **ONTAP** 磁碟區。

1. 在磁碟區詳細資訊頁面上，選擇 **S3** 以檢視連接至磁碟區的所有 S3 存取點清單。

## 列出連接至 FSx for ONTAP 磁碟區的所有 S3 存取點 (AWS CLI)
<a name="access-points-list-cli"></a>

下列[https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeS3AccessPointAttachments.html](https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeS3AccessPointAttachments.html)範例命令顯示如何使用 AWS CLI 列出 S3 存取點附件。

下列命令會列出連接至 FSx for ONTAP 檔案系統 fs-0abcdef123456789 上磁碟區的所有 S3 存取點。

```
aws fsx describe-s3-access-point-attachments --filter {[Name: file-system-id, Values:{[fs-0abcdef123456789]}} 
```

下列命令列出連接至 FSx for ONTAP 磁碟區 vol-9abcdef123456789】 的 S3 存取點。

```
aws fsx describe-s3-access-point-attachments --filter {[Name: volume-id, Values:{[vol-9abcdef123456789]}} 
```

如需詳細資訊和範例，請參閱AWS CLI 命令參考**中的 [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3control/list-access-points.html](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3control/list-access-points.html)。