Hi, no I don't use anything to load files from s3 - I just alter the relevant parts of the system to change the relevant http address
Eg
www.adrian-black.com/templates/fred/css/template.css
would point to
s3://mybucket/joomla/templates/fred/css/template.css
So far everything has been working just by altering the index.php (for the scripts and css) and setting any article media by hand (photos, videos etc)
However I realize that the way your plugin seems to work this is not going to be a viable way of doing it for fancythumb etc.
What I really need is the place where your plugins build the address of the inserted js file so that I can change the base url from
www... to s3...
(I suspect that is inside the encrypted php
)
Hope that helps