proxy-generics-gcloud

0.0.1 • Public • Published

proxy-generics-gcloud

NPM version Build status Dependency Status Code Climate

Proxy Generic Data Store for gcloud.

Install

$ npm install --save proxy-generics-gcloud

Configure

// config/proxyGenerics.js
module.exports = {
  // make the key gcloud, alternatively make the key data_store_provider to be the default data store provider  
  gcloud: {
      adapter: require('proxy-generic-gcloud'),
      options: {
          project_id: process.env.GLCOUD_PROJECT_ID,
          key_filename: process.env.GLCOUD_KEY_FILENAME, // NOTE: Must Be Fully Resolved Path
          bucket: process.env.GCLOUD_BUCKET
      }
  }
}

Dependents (0)

Package Sidebar

Install

npm i proxy-generics-gcloud

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • scottbwyatt
  • gpazo