Created
May 18, 2014 14:53
-
-
Save robheittman/e9fdda02e693e4756346 to your computer and use it in GitHub Desktop.
Some example gsutil commands to export to Cloud Storage
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
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