DELETE Bucket tagging
), ensure that the root account has authorized it to do so.DELETE /?tagging HTTP 1.1Host:<BucketName-APPID>.cos.<Region>.myqcloud.comDate: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).examplebucket-1250000000
bucket:DELETE /?tagging HTTP/1.1User-Agent: curl/7.29.0Accept: */*Host: examplebucket-1250000000.cos.ap-chengdu.myqcloud.comAuthorization: q-sign-algorithm=sha1&q-ak=AKIDrbAYjEBqqdEconpFi8NPFsOjrnX4****&q-sign-time=1516361923;1517361973&q-key-time=1516361923;1517361973&q-url-param-list=tagging&q-header-list=content-md5;host&q-signature=71251feb4501494edcfbd01747fa87300375****Content-Md5: LIbd5t5HLPhuNWYkP6qHcQ==Content-Length: 127Content-Type: application/xml
HTTP/1.1 204 No ContentContent-Type: application/xmlConnection: closeDate: Fri, 19 Jan 2018 11:40:22 GMT
문제 해결에 도움이 되었나요?