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.

Text

TRUE

Key

Key of the object to tag.

Text

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.

Text

FALSE

Expected Bucket Owner

Account ID of the expected bucket owner.

If a different account owns the source bucket, the request fails with an HTTP 403 (Access Denied) error.

Text

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.

Text

Related topics

AWS S3 connector

Workflow elements

AWS S3 Rest API overview