Table of Contents

Search

  1. Preface
  2. Introduction to Amazon S3 V2 Connector
  3. Connections for Amazon S3 V2
  4. Amazon S3 V2 sources and targets
  5. Mappings and mapping tasks with Amazon S3 V2
  6. Migrating a mapping
  7. Upgrading to Amazon S3 V2 Connector
  8. Data type reference
  9. Troubleshooting

Amazon S3 V2 Connector

Amazon S3 V2 Connector

Object tag

Object tag

You can add a tag to the object stored on the Amazon S3 bucket. Each tag contains a key value pair. You can use an object tag for flat files.
Tagging an object helps to categorize the storage. You can add the object tags in the
Object Tags
field under the advanced target properties. Enter the object tag in the
Key=Value
format. You can also enter multiple object tags in the following format:
key1=Value1;key2=Value2
You can either enter the key value pairs or the specify the file path that contains the key value pairs. For example, you can specify the file path in the
C:\object\tags.txt
format. You can specify any file path on which the Secure Agent is installed.
When you upload new objects in the Amazon S3 bucket, you can add tags to the new objects or add tags to the existing objects. If the Secure Agent overrides a file that contains a tag in the Amazon S3 bucket, the tag is not retained. You must add a new tag for the overridden file. If you upload multiple files to the Amazon S3 bucket, each file that you upload must have the same set of tags associated with the multiple objects.
To add tags in the Amazon S3 V2 target object, you must add the
s3:PutObjectTagging
permission in the Amazon S3 policy. Following is the sample policy:
{ "Version": "2012-10-17", "Id": "Policy1500966932533", "Statement": [ { "Sid": "Stmt1500966903029", "Effect": "Allow", "Action": [ "s3:DeleteObject", "s3:GetObject", "s3:ListBucket", "s3:PutObject",
"s3:PutObjectTagging"
], "Resource": [ "arn:aws:s3:::<bucket_name>/*", "arn:aws:s3:::<bucket_name>" ] } ] }
The following table lists the special characters that Amazon S3 V2 Connector supports during entering the key value pair:
Special Characters
Support
+
Yes
-
Yes
=
No
.
Yes
_
Yes
:
Yes
/
Yes

0 COMMENTS

We’d like to hear from you!