Added a bit of clarification about what the medium.jpg corruption
issue was, specifically.
This commit is contained in:
parent
9674a9d4f6
commit
781be9ee6f
@ -232,7 +232,9 @@ class CloudFilesStorage(StorageInterface):
|
|||||||
class StorageObjectWrapper():
|
class StorageObjectWrapper():
|
||||||
"""
|
"""
|
||||||
Wrapper for python-cloudfiles's cloudfiles.storage_object.Object
|
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
|
This wrapper currently meets mediagoblin's needs for a public_store
|
||||||
file-like object.
|
file-like object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user