1.0.0 • Published 7 years ago

cloudstore v1.0.0

Weekly downloads
4
License
SEE LICENSE IN LI...
Repository
-
Last release
7 years ago

cloudstore

Setup (Google Cloud)

Generate a key

  1. Generate a private key and convert it to a .pem file using openssl:
openssl pkcs12 -in *.p12 -out google-services-private-key.pem -nodes -clcerts
  1. The password is always "notasecret"
  2. Save this file to a directory that clients unable to reach

Setup CORS

gsutil cors set docs/gs-cors.json gs://mybucket

Credit

From: Steve Farthing - nodejs-google-cloud-storage v1.0.3 https://github.com/sfarthin