Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 515 Bytes

fastify-google-cloud-storage

Install

npm install --save fastify-google-cloud-storage

Usage

Import "fastify-google-cloud-storage" and register it into Fastify instance

fastify.register(require('fastify-google-cloud-storage'), {
  projectId: '',    // [string, required] GCP project id
  keyFilename: ''   // [string, optional] path to service account json file 
})

you can access the Cloud Storage client via:

const cloudStorage = fastify.googleCloudStorage