I’ve been searching for resources on how to integrate Amazon S3 with TinyMCE. The best link I’ve come up with so far is: http://forums.aurigma.com/yaf_postst4033_Amazon-S3-File-Manager-for-TinyMCE-and-CKEditor.aspx
Does anyone have any experience integrating this into a Django app? If not, what are some alternative solutions for rich text editing and pulling in images from S3?
I ended up using django-storages. Works perfectly.