Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created October 8, 2014 07:45
Show Gist options
  • Save v-thomp4/faffa87a4243d817e0b7 to your computer and use it in GitHub Desktop.
Save v-thomp4/faffa87a4243d817e0b7 to your computer and use it in GitHub Desktop.
gsutil
sync data
gsutil rsync -d -r /path/to/folder gs://bucket
set public-read
gsutil acl -R set public-read gs://bucket
setmeta
gsutil setmeta -R -h "Cache-Control:public, max-age=604800" gs://bucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment