kvesteri / flask-storage

Various file storage backends for Flask applications.
MIT License
20 stars 6 forks source link

Google Cloud Storage support #10

Open techniq opened 11 years ago

techniq commented 11 years ago

Would it be possible to support Google Cloud Storage along with Amazon and Cloudfiles?

https://developers.google.com/storage/docs/developer-guide

techniq commented 11 years ago

This example might help to get started: https://github.com/GoogleCloudPlatform/storage-getting-started-python

There are also other Python Google Cloud Storage examples on their organization page. https://github.com/GoogleCloudPlatform