0.5.0 • Published 7 years ago

blobby-gcp-storage v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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'
      }
    }
  }
}
OptionTypeDefaultDesc
projectstring(required)Project identifier for the storage
bucketstring(required)Bucket within the storage

Authentication

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