Skip to content

Instantly share code, notes, and snippets.

@aorfanos
Created November 3, 2020 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aorfanos/806e31160f290d4b08e3f598d69ec555 to your computer and use it in GitHub Desktop.
Save aorfanos/806e31160f290d4b08e3f598d69ec555 to your computer and use it in GitHub Desktop.
make GCS bucket objects public
# folder (specify -r to apply recursively)
gsutil acl -r ch -u AllUsers:R gs://<bucket-name>/<folder-object>
# single object
gsutil acl ch -u AllUsers:R gs://<bucket-name>/<object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment