enseadaio / enseada

A Cloud native multi-package registry
https://enseada.io
Mozilla Public License 2.0
86 stars 10 forks source link

Storage engine improvements #44

Open MatteoJoliveau opened 3 years ago

MatteoJoliveau commented 3 years ago

The current storage engine is a simple abstraction over cloud object storage services such as S3. A file is received by the server and stored as-is in the backing service. This can be inefficient in case of large files.

The following activities can be carried out to improve the storage engine: