djorm-storage-gcp

0.2.0-alpha.5 • Public • Published

djorm-storage-gcp

Google Cloud Platform storage driver for Djorm

Installation

npm install --save djorm-storage-gcp

Configuration

config({
  storages: {
    default: {
      driver: 'djorm-storage-gcp.GcpFileStorage',
      basePath: '',
      bucketName: 'bucket-name',
      clientEmail: 'serviceaccount@gcp.com',
      privateKey: '### BEGIN PRIVATE KEY ...',
      projectId: 'gcp-project-id',
    }
  }
})

Readme

Keywords

none

Package Sidebar

Install

npm i djorm-storage-gcp

Weekly Downloads

23

Version

0.2.0-alpha.5

License

ISC

Unpacked Size

2.77 kB

Total Files

3

Last publish

Collaborators

  • just-paja