Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 443 Bytes

README.rst

File metadata and controls

29 lines (17 loc) · 443 Bytes

Flask-Storage

Flask-Storage is a collection of backends for file storage.

The built-in backends:

  • Local backend
  • Upyun backend
  • Qiniu backend
  • S3 backend

Installation

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

Configuration