Home
Documentum
How to write/update aws s3 object metadata using DFC/API
RyderPrem
We have configured s3 file store in documentum repository. Is there a way to add or modify metadata for the S3 object in AWS for the stored documents with the help of DFC/API.
Find more posts tagged with
Documentum
Comments
Hicham Bahi
Sure, why not ? Just retrieve the object by r_object_id (IDfSession.getObject()) or DQL qualification (IDfSession.getObjectByQualification()) and use the IDfPersistentObject setter methods (e.g. setString, appendString) followed by save().
RyderPrem
By metadata I meant the property/metadata of the S3Object in the AWS S3 bucket, not the documentum object.
DCTM_Guru
I don't believe DFC is aware of S3 metadata fields. You should be able to write custom server method/job to do this.