Tag Object

Sets the supplied tag-set to an object that already exists in a bucket.

Options

Field Definition Type Required
Region Region for your AWS S3 bucket. Choose a region for your AWS S3 bucket. Dropdown TRUE

Input

Field Definition Type Required
Options
Bucket Bucket name containing the object. String TRUE
Key Key of the object to tag. String TRUE
Tags Tag set to apply to the object.

For example:

Copy

{

"Key": "key1",

"Value": "value1"

}
List of Objects FALSE
Version ID Version ID of the object to which the tag-set will be added. String FALSE
Expected Bucket Owner Account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error. String FALSE
Request Payer Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. Dropdown FALSE

Output

Field Definition Type
Response
Version ID Version ID of the object to which the tag set was added. String

Related topics

AWS S3 connector

Workflow elements

AWS S3 Rest API overview