Skip to content

Fastify plugin that exposes a GCP Cloud Storage client instance.

License

Notifications You must be signed in to change notification settings

carlozamagni/fastify-google-cloud-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fastify plugin that exposes a GCP Cloud Storage client instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published