您可以通过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>
文档内容是否对您有帮助?