I am loading new log files from an AWS S3 bucket every hour. I want to maintain a system which will load and process only the new uploads and move them to Processed folder on successful load, and move to Rejected folder on failure.
Is there a plugin to do this? And maintain a log naming the processed files and rejected files.