Hi,
I'm trying to set up my S3 storage backend with django-filer. When I upload an image through the filer admin interface the image is actually uploaded (I can see it in my bucket/filer_public/...), however, what I see on the clipboard is "undefined" and no icon of the image. I can't see the preview in the Change Image view neither, although the link "Full size preview" is right and when I click it I can see the image from S3.
Looks like the only problem is that easy_thumbnails is not able to upload the files to S3, I've tried many different settings (like setting THUMBNAIL_DEFAULT_STORAGE) but nothing works, and anyway, I think the defaults should work out of the box.
I'm using django-filer 0.9.4, Django 1.4.3, easy_thumbnails 1.2 and Python 2.7.
Any help will be highly appreciated.
Eric