flydrive
is a framework-agnostic package which provides a powerful wrapper to manage file Storage in Node.js.
This package is the driver for Google Cloud Storage.
Getting Started
This package is available in the npm registry.
It can easily be installed with npm
or yarn
.
$ npm i @slynova/flydrive-gcs# or $ yarn add @slynova/flydrive-gcs
const GoogleCloudStorage = ;const StorageManager = ;const storage = // ... gcs: driver: 'gcs' config: keyFilename: processenvGCS_KEYFILENAME bucket: processenvGCS_BUCKET ; storage;