blobby-gcp-storage
v0.5.0
Published
An GCP Storage client for Blobby, powered by Google Cloud
Downloads
4
Readme
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.