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
Configurations
Field Name | Description |
---|---|
Step Name | Specify a unique name for the step. |
CONNECTION tab: | Connection fields |
Region | Specify a valid AWS region or click the Get button to choose a region from the Region Explorer window. The field type is String. This field is mandatory. |
Button: Get | Click Get button to open the Region Explorer window populated with the list of Regions available on the Amazon S3 instance. Choose a Region. |
Access Key: | Access key to authenticate an Amazon S3 cloud instance. |
Accept Values from fields | Leave checkbox unchecked to accept Access Key value from a field in the previous steps of the stream using a drop down list. Else enable checkbox for Access Key field to appear as Text box. |
Access Key | Specify the Access Key to authenticate Amazon S3 cloud instance. If checkbox above is enabled Access Key field appears as Text box and accepts static values or variables. Else if checkbox above is disabled Access Key field appears as a drop down to select fields from previous steps. The field type is String. This field is mandatory. |
Secret Key: | Secret key to authenticate Amazon AWS cloud. |
Accept Values from fields | Leave checkbox unchecked to accept Secret Key value from a field in the previous steps of the stream using a drop down list. Else enable checkbox for Secret Key field to appear as Text box. |
Secret Key | Specify the Secret Key to authenticate Amazon S3 cloud instance. If checkbox above is enabled Secret Key field appears as Text box and accepts static values or variables. Else if checkbox above is disabled Secret Key field appears as a drop down to select fields from previous steps. The field type is String. This field is mandatory. |
Button: Test Connection | Click Test Connection button to verify whether the connection is available or not. Region, Access key and Secret Key are mandatory to authenticate Amazon S3 cloud instance. For the purpose of verification fields coming from previous steps are not allowed since field values can only be accessed when workflow is in running state. Static values and environment variables are allowed. |
INPUT tab: | Input fields |
Bucket Name | Specify the name of the bucket to which the tag will be added. This field is mandatory. |
Button: Get | Click the button to populate the list of available Buckets. |
Tag Key | Specify 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 Value | Specify 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. |