From 781be9ee6f8dcaa99acbbe552d0e020ebe066117 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 31 Aug 2011 21:20:41 -0500 Subject: [PATCH] Added a bit of clarification about what the medium.jpg corruption issue was, specifically. --- mediagoblin/storage.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mediagoblin/storage.py b/mediagoblin/storage.py index 24a9da6f..9cae0ca6 100644 --- a/mediagoblin/storage.py +++ b/mediagoblin/storage.py @@ -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. -- 2.25.1