gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Add support for multiple binary sources #205

Open Jotschi opened 5 years ago

Jotschi commented 5 years ago

Idea: Allow plugins to provide data sources for binaries.

A binary field could contain a new field (e.g. sourceId). The sourceId could in-turn reference a "supplier" plugin.

For S3: sourceId: binary-s3-plugin:${bucket}:${path/id} For Local filesystem sourceId: binary-local-plugin:${path/id}