Skip to content

Allows image uploads directly from the browser to Google Cloud Storage

Notifications You must be signed in to change notification settings

valentinvichnal/storecloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storecloud

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

About

Allows image uploads directly from the browser to Google Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published