Status
are Enabled
and Suspended
.GET /?accelerate HTTP 1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comDate: GMT dateAuthorization: Auth String
Host: <BucketName-APPID>.cos.<Region>.myqcloud.com
, <BucketName-APPID> is the bucket name followed by the APPID, such as examplebucket-1250000000
(see Bucket Overview > Basic Information and Bucket Overview > Bucket Naming Conventions), and <Region> is a COS region (see Regions and Access Endpoints).<AccelerateConfiguration xmlns="cos xmlns/"><Status>Enabled</Status><Type>COS</Type></AccelerateConfiguration>
Node Name (Keyword) | Parent Node | Description | Type |
AccelerateConfiguration | None | Information about global acceleration | Container |
Status | AccelerateConfiguration | Whether global acceleration is enabled. Enumerated values: Suspended , Enabled | Enum |
Type | AccelerateConfiguration | Global acceleration type. Enumerated value: COS | Enum |
GET /?accelerate HTTP/1.1Host: examplebucket-1250000000.cos.ap-chengdu.myqcloud.comConnection: keep-aliveAuthorization: authorization stringContent-Type: text/plain
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 73Connection: keep-aliveDate: Wed, 23 Aug 2019 08:14:53 GMTServer: tencent-cosx-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****<AccelerateConfiguration><Status>Enabled</Status><Type>COS</Type></AccelerateConfiguration>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 73Connection: keep-aliveDate: Wed, 23 Aug 2019 08:14:53 GMTServer: tencent-cosx-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****<AccelerateConfiguration><Status>Disabled</Status><Type>COS</Type></AccelerateConfiguration>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 73Connection: keep-aliveDate: Wed, 23 Aug 2019 08:14:53 GMTServer: tencent-cosx-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****<AccelerateConfiguration/>
Was this page helpful?