Created
November 3, 2020 20:55
-
-
Save aorfanos/806e31160f290d4b08e3f598d69ec555 to your computer and use it in GitHub Desktop.
make GCS bucket objects public
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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