Obtaining Bucket Tags
Functions
This operation obtains information about tags of a bucket.
To perform this operation, you must have the GetBucketTagging permission. By default, only the bucket owner can obtain the tags of a bucket. The bucket owner can allow other users to perform this operation by setting a bucket policy or granting them the permission.
Request Syntax
GET /?tagging HTTP/1.1Host: bucketname.obs.region.example.comDate: dateAuthorization: authorization string
Request Parameters
This request contains no message parameters.
Request Headers
This request uses common headers. For details, see Table 3.
Request Elements
This request involves no elements.
Response Syntax
HTTP/1.1 status_codex-obs-request-id: request idx-obs-id-2: idContent-Type: application/xmlContent-Length: lengthDate: date<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Tagging xmlns="http://obs.example.com/doc/2015-06-30/"><TagSet><Tag><Key>key</Key><Value>value</Value></Tag></TagSet></Tagging>
Response Headers
The response to the request uses common headers. For details, see Table 1.
Response Elements
This response contains elements to detail bucket tag configuration. Table 1 describes the elements.
Element | Description |
---|---|
Tagging | Element of the tag set and tag. Type: container Parent: none |
TagSet | Element of the tag set. Type: container Parent: Tagging |
Tag | Element of the tag information. Type: container Parent: TagSet |
Key | Tag name. Type: string Parent: Tag |
Value | Tag value. Type: string Parent: Tag |
Error Responses
In addition to common error codes, this API also returns other error codes. The following table lists common errors and possible causes. For details, see Table 2.
Error Code | Description | HTTP Status Code |
---|---|---|
NoSuchTagSet | The specified bucket does not have any tags. | 404 Not Found |
Sample Request
GET /?tagging HTTP/1.1User-Agent: curl/7.29.0Host: examplebucket.obs.region.example.comAccept: */*Date: Wed, 27 Jun 2018 13:25:44 GMTAuthorization: OBS H4IPJX0TQTHTHEBQQCEC:H1INcyc5i0XlHqYTfuzkPxLZUPM=
Sample Response
HTTP/1.1 200 OKx-obs-request-id: 0002B7532E0000015BEB35330C5884X1x-obs-id-2: s12w20LYNQqSb7moq4ibgJwmQRSmVQV+rFBqplOGYkXUpXeS/nOmbkyD+E35K79jContent-Type: application/xmlDate: Wed, 27 Jun 2018 13:25:44 GMTContent-Length: 441<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Tagging xmlns="http://obs.example.com/doc/2015-06-30/"><TagSet><Tag><Key>TagName1</Key><Value>TageSetVaule1</Value></Tag></TagSet></Tagging>
- Functions
- Request Syntax
- Request Parameters
- Request Headers
- Request Elements
- Response Syntax
- Response Headers
- Response Elements
- Error Responses
- Sample Request
- Sample Response