staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
700 stars 66 forks source link

Create abstraction for file storage #6

Closed dstpierre closed 3 years ago

dstpierre commented 3 years ago

To remove the hard dependencies on AWS S3 for file storage and Cloudfront for CDN we'll need to create an abstraction for the file storage functions.

It will be the responsibility of the user to provide the URL (CDN or not) to access the files and different implementation for different providers will be easier for the future for non-AWS users.