Created
September 17, 2018 15:16
-
-
Save joaoluiznaufel/c835e073a69bb76f3ec3ad555021c2f8 to your computer and use it in GitHub Desktop.
Revisions
-
joaoluiznaufel created this gist
Sep 17, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #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/**