We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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