We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to make all files in a gcs bucket public run:
gsutil -m acl set -R -a public-read gs://bucket
New files will remain private though. In order to set the default acls use:
gsutil defacl set public-read gs://bucket