Flask-Storage is a collection of backends for file storage.
The built-in backends:
- Local backend
- Upyun backend
- Qiniu backend
- S3 backend
Install flask-storage is simple with pip:
$ pip install Flask-Storage
If you don't have pip installed, try with easy_install:
$ easy_install Flask-Storage