blobby-gcp-storage

0.5.0 • Public • Published

blobby-s3

An GCP Storage client for Blobby, powered by Google Cloud Storage.

Options

# config/local.json5
{
  storage: {
    app: {
      options: {
        project: 'myproject-982334',
        bucket: 'mybucket-12353.appspot.com'
      }
    }
  }
}
Option Type Default Desc
project string (required) Project identifier for the storage
bucket string (required) Bucket within the storage

Authentication

Automatically uses the default Google Cloud Authentication. No special steps.

Readme

Keywords

none

Package Sidebar

Install

npm i blobby-gcp-storage

Weekly Downloads

1

Version

0.5.0

License

MIT

Last publish

Collaborators

  • asilvas