您可以通過API級命令查看儲存空間的位置資訊。
注意事項
只有Bucket的擁有者才能查看Bucket的位置資訊。
要查看儲存空間的相關資訊,您必須有
oss:GetBucketLocation
許可權。具體操作,請參見為RAM使用者授權自訂的權限原則。
命令格式
ossutil api get-bucket-location --bucket value [flags]
參數 | 類型 | 說明 |
--bucket | string | Bucket名稱。 |
說明
關於支援的全域命令列選項,請參見支援的全域命令列選項。
使用樣本
查看儲存空間examplebucket的位置資訊。
ossutil api get-bucket-location --bucket examplebucket
查詢結果顯示examplebucket的位置為杭州地區。
<?xml version="1.0" encoding="UTF-8"?>
<LocationConstraint>oss-cn-hangzhou</LocationConstraint>