we're using Google Appengine image manipulation api (https://cloud.google.com/appengine/docs/standard/python/images/) and serving urls to produce urls that our clients can use to display images.
Using this settings work great for our clients, but I am unable to find anywhere access logs to see who is accessing our content.
I have enabled the access logs in the underlying Google Cloud Storage bucket, but I haven't seen any activity regarding the access of those objects.
Is there any way to setup/access those logs?