How to write/update aws s3 object metadata using DFC/API

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.
Tagged:

Comments

  • 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().
  • By metadata I meant the property/metadata of the S3Object in the AWS S3 bucket, not the documentum object.
  • I don't believe DFC is aware of S3 metadata fields.  You should be able to write custom server method/job to do this.