I am envisioning this use case where I can upload a file to Amazon S3, and when that's completed, S3 can make a RESTful to an endpoint on my server that will then fetch the S3 file to be processed.
Is this something possible with S3? I don't see this in the S3 documentation
Thanks