Currently i have created a process group which would get the events from SQS via getSQS processor and retrieve the S3 data from fetchS3Object processor.
But now data is encrypted
before placing in S3 and my Nifi need to decrypt the file collected using an AWS key which would be changing
every 3 month so it should refresh the key by making an API call to AWS KMS.
I didn't find any document to encounter this scenario. Please share some hint or processor which could handle this situation.