we-plugin-file-gcs

1.2.0 • Public • Published

We.js Google Clowd file storage plugin

Add GCS storage option for we.js file plugin

Requirements:

Installation:

we i we-plugin-file-gcs

Api

See wejs/we-plugin-file

Configuration:

config/local.js file:

  // ....
  apiKeys: {
    // configure AWS:
      gcs: {
        image_bucket_name: '',
        file_bucket_name: '',
        autoRetry: true,
        maxRetries: 2,
        projectId: '',
        keyFilename: null,
        acl: 'private'
      }
  },
  // ....

Roadmap

  • Add support for resize images in Google Clowd

Links

Copyright and license

Copyright Alberto Souza contato@albertosouza.net and contributors , under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i we-plugin-file-gcs

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

19.9 kB

Total Files

4

Last publish

Collaborators

  • albertosouza