get-style

get-style用于查询某个存储空间(Bucket)下指定的图片样式信息。

注意事项

阿里云账号默认拥有查询某个Bucket下指定的图片样式信息的权限。如果您需要通过RAM用户或者STS的方式进行查询,您必须拥有oss:GetStyle权限。具体操作,请参见RAM用户授权自定义的权限策略

命令格式

ossutil api get-style --bucket value --style-name value [flags]

参数

类型

说明

--bucket

string

Bucket名称。

--style-name

string

图片样式名称。

说明

使用示例

  • 查询存储空间examplebucket下名称为imageStyle的图片样式信息。

    ossutil api get-style --bucket examplebucket --style-name imageStyle
  • 查询存储空间examplebucket下名称为imageStyle的图片样式信息,以JSON格式显示。

    ossutil api get-style --bucket examplebucket --style-name imageStyle --output-format json
  • 查询存储空间examplebucket下名称为imageStyle的图片样式信息,以YAML格式显示。

    ossutil api get-style --bucket examplebucket --style-name imageStyle --output-format yaml