GetBucketTagging
Updated at:2025-11-03
API description
This API is used to obtain the tag information of a single bucket
Note: Only the bucket owner with FULL_CONTROL permission can make this request.
Request
Plain Text
1GET /?tagging HTTP/1.1
2Host: <BucketName>.bj.bcebos.com
3Date: <Date>
4Authorization: <Authorization_String>
No special parameters
No special parameters
Response
Example
Plain Text
1GET /?tagging HTTP/1.1
2Host: <BucketName>.bj.bcebos.com
3Date: <Date>
4Authorization: <Authorization_String>
Plain Text
1 HTTP/1.1 200 OK
2 x-bce-request-id: 0A49CE4060975EAC
3 Date: Wed, 12 Oct 2016 17:50:00 GMT
4 Connection: keep-alive
5 Server: BceBos
6 {
7 "tag":[
8 {
9 "tagKey":"key1",
10 "tagValue":"value123"
11 },
12 {
13 "tagKey":"ttt2",
14 "tagValue":"6863gerg"
15 }
16 ]
17 "group":[]
18 }
