@kodepandai/flydrive-gcs
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

flydrive

Download Version License

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 @kodepandai/flydrive-gcs
# or
$ yarn add @kodepandai/flydrive-gcs
const { GoogleCloudStorage } = require('@kodepandai/flydrive-gcs');
const { StorageManager } = require('@kodepandai/flydrive');
const storage = new StorageManager({
  // ...

  gcs: {
    driver: 'gcs',
    config: {
      keyFilename: process.env.GCS_KEYFILENAME,
      bucket: process.env.GCS_BUCKET,
    },
  },
});

storage.registerDriver('gcs', GoogleCloudStorage);

/@kodepandai/flydrive-gcs/

    Package Sidebar

    Install

    npm i @kodepandai/flydrive-gcs

    Weekly Downloads

    2

    Version

    3.0.2

    License

    MIT

    Unpacked Size

    15.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • axmad386