Metadata for Documents

Yarkon supports metadata for S3 documents. To be able to fully interact with metadata from the Yarkon client interface, you need to make sure that the following is properly set up:

Ensure that the relevant permissions were granted: s3:GetObjectTagging, s3:PutObjectTagging.

Make sure that the feature is turned on in the Features page, Documents tab. The feature is aptly named "Modify meta-data".

Documents Features

Update the CORS policy for the bucket to allow the specific metadata field. Note that all metadata fields must be prefixed with the special AWS header x-amz-meta. So for instance, if you want to have a metadata field named "test", then you need to allow the header x-amz-meta-test, see image below:

CORS Settings