Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To host static web assets including HTML pages, JavaScript files, and CSS in a Cloud Storage bucket, how can you make the bucket publicly accessible?
A
Use the GCP Console to check a 'make public' box for the bucket.
B
Execute the command gsutil iam ch allAuthenticatedUsers:objectViewer gs://bucket-name.
gsutil iam ch allAuthenticatedUsers:objectViewer gs://bucket-name
C
Run the command gsutil make-public gs://bucket-name.
gsutil make-public gs://bucket-name
D
Execute the command gsutil iam ch allUsers:objectViewer gs://bucket-name.
gsutil iam ch allUsers:objectViewer gs://bucket-name