In Google Developer Console's Cloud Storage browser, there is an option to make files public, allowing anybody to access the file via the URI. I am using the Go file package which implements a client for Cloud Storage to Create files in Cloud Storage. Is there any way to make these files public via the file package? Docs are not clear about this: https://godoc.org/code.google.com/p/appengine-go/appengine/file.