Created
September 17, 2018 15:16
-
-
Save joaoluiznaufel/c835e073a69bb76f3ec3ad555021c2f8 to your computer and use it in GitHub Desktop.
Gsutil
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
#send files to buckets | |
gsutil rsync -d -r <folder path> gs://<name of your bucket> | |
#change permission bucket | |
gsutil acl ch -u AllUsers:R gs://yourbucket/** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment