I created a google cloud storage bucket and set it's ACL to public-read.
What is the unauthenticated URI to objects in my new bucket?
I tried this:
https://www.googleapis.com/storage/v1/my-new-bucket/my-object
as outlined here but it returns "Not found"