Skip to content

Instantly share code, notes, and snippets.

@robheittman
Created May 18, 2014 14:53
Show Gist options
  • Save robheittman/e9fdda02e693e4756346 to your computer and use it in GitHub Desktop.
Save robheittman/e9fdda02e693e4756346 to your computer and use it in GitHub Desktop.
Some example gsutil commands to export to Cloud Storage
gsutil cp -R target/* gs://wyoming-budget.solertium.com
gsutil acl -R set public-read gs://wyoming-budget.solertium.com
gsutil setmeta -h "Content-Type:text/html" -h "Cache-Control:public,max-age=60" gs://wyoming-budget.solertium.com/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment