superfly / fly.rs

Fly Edge Application runtime.
https://fly.io
MIT License
39 stars 7 forks source link

Abstract file operations as a "store" #14

Closed jeromegn closed 5 years ago

jeromegn commented 5 years ago

Similar to the Cache and Data stores, file operations should be abstracted as a FileStore of some kind.

Default should be querying the actual fs, but there is a case for storing files in different places (ie redis for small files, mongodb, etc.) Not that we recommend doing so...