Skip to main content

Amazon S3: Add Tag To Bucket

Description

Amazon S3: Add Tag To Bucket plugin step adds a tag to the existing Amazon S3 bucket.

Notes:
  • Each S3 bucket has a tag set. A tag set contains all of the tags that are assigned to that bucket. A tag set can contain as many as 50 tags, or it can be empty. Keys must be unique within a tag set, but values in a tag set do not have to be unique. For example, you can have the same value in tag sets named project/Trinity and cost-center/Trinity.

  • Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value.

Reference

SDK: Tagging

Configurations

Field NameDescription
Step NameSpecify a unique name for the step.
The name helps you identify the step in the workflow and makes it easier to debug or link it with other steps.
Connection tab:For the Amazone S3 connection fields details, click Common Tab: Connection Fields
Input tab:
Input fields
Bucket NameSpecify the name of the bucket to which the tag will be added.
This field is mandatory.
Button: GetClick the button to populate the list of available Buckets.
Tag KeySpecify the tag key, which is the name of the tag. For example, in the tag project/Trinity, the project is the key.
This field is mandatory.
Note:
The tag key is a case-sensitive string that can contain 1 to 128 Unicode characters.
Tag ValueSpecify the tag value, which is a required string. For example, in the tag project/Trinity, Trinity is the value.
Note:
The tag value is a case-sensitive string that can contain from 0 to 256 Unicode characters.