noirbizarre / flask-fs

Simple and easy file storages for Flask
https://flask-fs.readthedocs.org
MIT License
31 stars 15 forks source link

Is this similar to Depot? #2

Closed rlam3 closed 8 years ago

rlam3 commented 8 years ago

Is this similar to Depot? https://github.com/amol-/depot

noirbizarre commented 8 years ago

Yes it is but with different API and behavior. The main point: just change the configuration (the Flask way) to change where and how you store the files without changing the code. Each storage can be individually overriden.