Object Tagging

GET https://s3.amazonaws.com/{{bucket}}/{{key}}?tagging

Returns the tag-set of an object. You send the GET request against the tagging subresource associated with the object.

Request Params

KeyDatatypeRequiredDescription
taggingnull

HEADERS

KeyDatatypeRequiredDescription
x-amz-content-sha256string

RESPONSES

status: OK

"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cTagging xmlns=\"http://s3.amazonaws.com/doc/2006-03-01/\"\u003e\u003cTagSet\u003e\u003cTag\u003e\u003cKey\u003eTest\u003c/Key\u003e\u003cValue\u003eTest\u003c/Value\u003e\u003c/Tag\u003e\u003c/TagSet\u003e\u003c/Tagging\u003e"