I need to be able to trigger a Concourse task when a file appears in an Amazon S3 bucket.
There is this Concourse tool: https://github.com/pivotalservices/concourse-curl-resource
However I am looking to test for the existence of a file, and if it exists, trigger another job, then delete the file to reset.
Any suggestions?