tencent cloud

masukan

PUT Object tagging

Terakhir diperbarui:2023-01-04 14:26:12

    Overview

    This API is used to set tags for an existing object. It can help you group and manage existing object resources by adding key-value pairs as object tags. For more information, please see Object Tagging Overview.

    If a sub-account needs to call this API (PUT Object tagging), ensure that the root account has authorized it to do so.

    Note:

    Currently, you can set up to 10 different tags for one object. If you set more, new tags will overwrite the old ones.

    Versioning

    If you have enabled versioning for your bucket and want to add tags to a specific version of object, include the VersionId parameter in the request.

    Requests

    Sample request

    PUT /<ObjectKey>?tagging&VersionId=VersionId HTTP 1.1
    Host:<BucketName-APPID>.cos.<Region>.myqcloud.com
    Date: GMT Date
    Authorization: Auth String
    
    Note:

    Request parameters

    Parameter Description Type Required
    versionId Version ID of the object (if versioning is enabled). If this parameter is not specified, tags will be added to the latest version of the object. string No

    Request headers

    This API only uses Common Request Headers.

    Request body

    You need to set the following tag set in the request body:

    <?xml version="1.0" encoding="UTF-8" ?>
    <Tagging>
    <TagSet>
      <Tag>
        <Key>string</Key>
        <Value>string</Value>
      </Tag>
    </TagSet>
    </Tagging>
    

    The nodes are described as follows:

    Node Name (Keyword) Parent Node Description Type Required
    Tagging None Tagging configuration Container Yes
    TagSet Tagging Tag set Container Yes
    Tag Tagging.TagSet A single tag. Up to 10 tags are supported. Containers Yes
    Key Tagging.TagSet.Tag Tag key, which can be up to 128 characters. A tag key can contain letters, digits, spaces, plus signs (+), minus signs (−), underscores (_), equals signs (=), dots (.), colons (:), and slashes (/). String Yes
    Value Tagging.TagSet.Tag Tag value, which can be up to 256 characters. A tag value can contain letters, digits, spaces, plus signs (+), minus signs (−), underscores (_), equals signs (=), dots (.), colons (:), and slashes (/). String Yes

    Response

    Response headers

    This API only returns Common Response Headers.

    Response body

    The response body is empty.

    Error codes

    This API returns common error responses and error codes. For more information, please see Error Codes.

    Samples

    Request

    The following request adds the {age:18} and {name:xiaoming} tags to the exampleobject.txt object in the examplebucket-1250000000 bucket. COS configures the tags and returns 200 (success).

    PUT /exampleobject.txt?tagging HTTP/1.1
    User-Agent: curl/7.29.0
    Accept: */*
    Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.com
    Authorization: Auth String
    Content-Length: 127
    Content-MD5:MD5 String
    Content-Type: application/xml
    <Tagging>
      <TagSet>
          <Tag>
              <Key>age</Key>
              <Value>18</Value>
          </Tag>
          <Tag>
              <Key>name</Key>
              <Value>xiaoming</Value>
          </Tag>
      </TagSet>
    </Tagging>
    

    Response

    HTTP/1.1 200 OK
    Content-Type: application/xml
    Content-Length: 0
    Connection: keep-alive
    Date: Fri, 19 Jan 2020 11:40:22 GMT
    Server: tencent-cos
    x-cos-request-id: NWE2MWQ5MjZfMTBhYzM1MGFfMTA5ODVfMTVj****
    

    Hubungi Kami

    Hubungi tim penjualan atau penasihat bisnis kami untuk membantu bisnis Anda.

    Dukungan Teknis

    Buka tiket jika Anda mencari bantuan lebih lanjut. Tiket kami tersedia 7x24.

    Dukungan Telepon 7x24