Feature 477 - Support Cloud Files public storage

*   Added configuration options to mediagoblin.ini
*   process_media supports the python-cloudfiles
    almost-file-like objects by wrapping them in a
    contextlib.contextmanager-decorated func.
*   storage now has the CloudFilesStorage
*   New dependency added to setup.py; `python-cloudfiles`
This commit is contained in:
Joar Wandborg
2011-08-04 01:32:34 +02:00
parent 4d74812dfc
commit 851c51a354
4 changed files with 94 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ setup(
'webtest',
'ConfigObj',
'Markdown',
'python-cloudfiles',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',