Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 677 Bytes

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.