I am looking at the documentation for Google Pub/Sub ( https://cloud.google.com/storage/docs/pubsub-notifications ) and I don't see a way for Pub/Sub to make a RESTful call to a Google App Engine endpoint when a new file has been uploaded to a bucket.
Is this correct, or did I miss something?
It says in the documentation that there is an older way to probably accomplish this : https://cloud.google.com/storage/docs/object-change-notification . But I am not sure if it is a good idea to use something that might be deprecated down the line?
Thanks