We have a flow that sends files from a windows directory to a S3 Bucket. We use Nifi to get files from that bucket and we need to get the owner of the file.
I found "Include File Attributes" in ListFile processor but I can't find an equivalent in the processor ListS3.
Any ideas ?
Thank you
Use below code sample to retrieve the owner details.
Remember to adjust the script and configuration to match your specific requirements, including the S3 bucket name and the attribute names used in your NiFi data flow.