支援結束通知:2025 年 11 月 13 日, AWS 將停止對 AWS Elemental 的支援 MediaStore。2025 年 11 月 13 日之後,您將無法再存取 MediaStore 主控台或 MediaStore 資源。如需詳細資訊,請造訪此部落格文章
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
檢視容器的詳細資訊
容器的詳細資訊包括容器政策、端點、ARN 和建立時間。
若要檢視容器詳細資訊 (主控台)
開啟MediaStore主控台https://console.aws.amazon.com/mediastore/
。 -
在 Containers (容器) 頁面上,選擇容器的名稱。
容器詳細資訊頁面隨即出現。此頁面分為兩個區段:
-
Objects (物件) 區段,其中列出容器中的物件和資料夾。
-
Container policy (容器政策) 區段,其中顯示與此容器相關聯之依資源而定的政策。如需資源政策的相關資訊,請參閱容器政策。
-
若要檢視容器詳細資訊 (AWS CLI)
-
在 AWS CLI 中,使用
describe-container
命令:aws mediastore describe-container --container-name
ExampleContainer
--regionus-west-2
以下範例顯示傳回值:
{ "Container": { "CreationTime": 1563558086.0, "AccessLoggingEnabled": false, "ARN": "arn:aws:mediastore:us-west-2:111122223333:container/ExampleContainer", "Status": "ACTIVE", "Name": "ExampleContainer", "Endpoint": "https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com" } }