Files

Files

Basic endpoints for uploading, downloading and deleting files are included.
The entities (Attachment) are included and very easily adjustable to your db model.

As implemented all files are being uploaded to a single azure blob storage container.

This is very easy to change, by adjusting the 3 endpoints to whatever kind of organizational pattern makes sense for your application.
Switching to S3 or any other storage is also rather simple.

Libraries and tools