I am trying to use a gcloud load balancer to serve different storage buckets.
Example:
http://{static ip}/ (default bucket)
http://{static ip}/bucket1
I have reserved a static IP & setup a firewall rule, but when it comes to serving the bucket contents, I'm getting a permissions error.
Anonymous caller does not have storage.objects.list
Can anyone give me some pointers?
Thanks