Skip to content

svidela/flask-googlestorage

Repository files navigation

Flask-GoogleStorage

Latest version Python versions License Code coverage Code quality Documentation

Flask-GoogleStorage provides file uploads to Google Cloud Storage for Flask

Installation

pip install flask-googlestorage

Documentation

Full documentation is available at http://flask-googlestorage.readthedocs.io

About

This project started as a fork of Flask-Uploads. In fact, the way in which buckets are defined and how files are saved locally before uploading them to Google Cloud was mainly inspired by the class UploadSet in Flask-Uploads. Although is not its main focus, this extension could be used for local storage and serve uploaded files with Flask similarly to what Flask-Uploads does. However, it worth noting that such a feature is provided mainly to support files uploads/downloads without using Google Cloud Storage during development.

License

MIT licensed. See the LICENSE file for more details.