We are creating files in S3 and we want to update the S3 object metadata with some security-related information for governance purposes.
Right now Apache Flink totally abstracts how and when S3 object gets created in the system. Is there a way that we can pass the S3 object metadata and update it for the object created. If not, How can we know when Apache Flink has created an S3 file. Deterministically. Since once its created in S3 we can write Java code after that to add those metadata information? -- Thank you and regards, Dhurandar