Setting up SSL for Google Cloud Storage Static Website
Kim Majali wrote on 30/01/2019
Using GCS directly via CNAME redirects only allows HTTP traffic.
3 ways to solve this:
Read moreMaking Data Public – Google Cloud
Kim Majali wrote on 16/01/2019
To make all file public in Google Cloud it's best to use this domain.
Use this command better:
gsutil acl ch -r -u AllUsers: R gs://bucket -name
|