Skip to main content

File storage driver

File uploads are always backed by a file driver. Each tenant can choose which driver to use.

Drivers

Database

The first implemented driver is a database driver which stores the files in a PostgreSQL bytea column. This works fine for small files but scales poorly for files over 10Mb.

S3

To be implemented.

GCS

To be implemented.