we-plugin-file-gcs
v1.2.0
Published
We.js Google Clowd Storage file storage plugin
Downloads
4
Readme
We.js Google Clowd file storage plugin
Add GCS storage option for we.js file plugin
Requirements:
- GraficsMagic - http://www.graphicsmagick.org/ For image resize
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
- We.js site: http://wejs.org
Copyright and license
Copyright Alberto Souza [email protected] and contributors , under the MIT license.