Added a bit of clarification about what the medium.jpg corruption

issue was, specifically.
This commit is contained in:
Christopher Allan Webber 2011-08-31 21:20:41 -05:00
parent 9674a9d4f6
commit 781be9ee6f

View File

@ -232,7 +232,9 @@ class CloudFilesStorage(StorageInterface):
class StorageObjectWrapper():
"""
Wrapper for python-cloudfiles's cloudfiles.storage_object.Object
used to circumvent the mystic `medium.jpg` corruption issue.
used to circumvent the mystic `medium.jpg` corruption issue, where
we had both python-cloudfiles and PIL doing buffering on both
ends and that breaking things.
This wrapper currently meets mediagoblin's needs for a public_store
file-like object.