get-bucket-logging

get-bucket-logging接口用于查看某个存储空间(Bucket)中指定的清单(Inventory)任务。

注意事项

阿里云账号默认拥有查看Bucket的访问日志配置的权限。如果您需要通过RAM用户或者STS的方式进行查看,您必须拥有oss:GetBucketLogging权限。具体操作,请参见为RAM用户授权自定义的权限策略

命令格式

ossutil api get-bucket-logging --bucket value [flags]

参数

类型

说明

--bucket

string

Bucket的名称。

说明

使用示例

  • 查看存储空间examplebucket的访问日志配置。

    ossutil api get-bucket-replication --bucket examplebucket
  • 查看存储空间examplebucket的访问日志配置,以JSON格式显示。

    ossutil api  get-bucket-replication --bucket examplebucket --output-format json
  • 查看存储空间examplebucket的访问日志配置,以YAML格式显示。

    ossutil api  get-bucket-replication --bucket examplebucket --output-format yaml