Re: Invalidating InvokeScriptedProcessors when Script Files changes

2021-07-06 Thread Matt Burgess
Dirk, We could look at adding a FileWatcher or something to InvokeScriptedProcessor, but I doubt we'd want to allow re-evaluating the script on the fly, maybe we would just set a flag indicating a change was detected and the next time the processor is started or the script would be evaluated,

validating S3 upload hashes in NiFi

2021-07-06 Thread Greene (US), Geoffrey N
I know that in the S3 cli, you can validate an object's integrity during the upload by passing in the object's MD5 hash. Does NiFi do that automatically somehow? Or, post upload, do I need to retrieve the Etag hash from S3 and then compare it with the hash to a local file somehow? How do you