npm install --save fastify-google-cloud-storage
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