Skip to content

Instantly share code, notes, and snippets.

@joaoluiznaufel
Created September 17, 2018 15:16
Show Gist options
  • Save joaoluiznaufel/c835e073a69bb76f3ec3ad555021c2f8 to your computer and use it in GitHub Desktop.
Save joaoluiznaufel/c835e073a69bb76f3ec3ad555021c2f8 to your computer and use it in GitHub Desktop.
Gsutil
#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