Release Notes
Announcements
ci:DescribeImageSlim permission is required. For details, please refer to Cloud Infinite.GET /?image-slim HTTP/1.1Host: <BucketName-APPID>.pic.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
<?xml version="1.0" encoding="UTF-8" ?><ImageSlim><Status>off</Status><SlimMode>API</SimMode><Suffixs><Suffix>jpg</Suffix><Suffix>png</Suffix></Suffixs></ImageSlim>
Node Name (Keyword) | Parent Node | Description |
Status | ImageSlim | State of smart compression, including values: on: Smart compression is enabled off: Smart compression is disabled. |
SlimMode | ImageSlim | Usage modes of smart compression. There are two kinds: API: The usage method for enabling smart compression. Once activated, images can be compressed using intelligent compression parameters during image download. Auto: The automatic usage method for enabling smart compression. Once activated, no parameters are needed, and images in the specified format within the bucket will be automatically compressed by smart compression when accessed. |
Suffixs | ImageSlim | Returned when the value of SlimMode contains Auto, indicating the need to automatically perform compression on the image format. |
Suffix | Suffixs | Image formats for automatic compression, including values: jpg, png, gif. |
{"ImageSlim":{"Status":"on","SlimMode":"Auto","Suffixs":{"Suffix":["jpg""png"]}}}
フィードバック