gcs-blob-store
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

gcs-blob-store

A blob store backend for Google Cloud Storage

Pretty much just a thin wrapper around @google-cloud/storage

blob-store-compatible

Usage

const { gcs } = require("gcs-blob-store");
// Use a service account credentials object
const credentials = require("./credentials.json");
const bucket = "my-gcs-bucket";
const blobs1 = gcs({ bucket, credentials });
// Or specify an absolute path to a service account key file
const keyFilename = "/home/user/.config/keyfile.json"
const blobs2 = gcs({ bucket, keyFilename });

License

MIT

/gcs-blob-store/

    Package Sidebar

    Install

    npm i gcs-blob-store

    Weekly Downloads

    59

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    17.7 kB

    Total Files

    15

    Last publish

    Collaborators

    • teomik129