Skip to main content

PutObjectTagging for Cloud Storage

PutObjectTagging - Amazon Simple Storage Service

✅ Supported Headers

  • versionId

Example PutObjectTagging request

PUT /mybucket/myobject?tagging=null HTTP/1.1
Host: [region].telnyxstorage.com
x-amz-acl: private
Content-Type: application/xml
X-Amz-Content-Sha256: beaead3198f7da1e70d03ab969765e0821b24fc913697e929e726aeaebf0eba3
X-Amz-Date: 20230927T180401Z
Authorization: AWS4-HMAC-SHA256 Credential=YOUR_TELNYX_API_KEY/20230927/test/execute-api/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-acl;x-amz-content-sha256;x-amz-date, Signature=cd6f3a0350f531a0bc89cfc145463f963fc967bcaeef2ae9d68490cee01ed8af
Content-Length: 271

<Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<TagSet>
<Tag>
<Key>dimention_1</Key>
<Value>value_1</Value>
</Tag>
<Tag>
<Key>dimention_2</Key>
<Value>value_2</Value>
</Tag>
</TagSet>
</Tagging>

On this page