删除跨域配置

功能说明

删除指定 Bucket 的跨域配置。

方法原型

  1. func (s *BucketService) DeleteCORS(ctx context.Context) (*Response, error)

请求示例

  1. resp, err := client.Bucket.DeleteCORS(context.Background())