Using spring integration, I want to pickup only the files based from the filename specified by a trigger file.
E.g. batch01.tar will be picked up if .batch01-trigger is present then update the filename of the trigger depending on the processing outcome (.batch01-trigger.success or .batch01-trigger.failed)
I am polling S3 bucket at the moment but I couldn't apply the above use case.
Thanks!
I used AWS SDK and spring-integration-aws.