I want to make it so that all of my css and JS files are loaded from Amazon s3 since this would make things faster for the end user and save on bandwidth costs since s3 is cheaper than my cloud provider for bandwidth... I am wondering if in my .ctp if I just change this to the full s3 path if cake will have the end user DL it from that url, or if cakephp is going to download it from there and then send it out to the end user from my server (which would defeat what I am trying to do).. if this won't work I would appreciate any suggestions on how to get this to work.. thanks
echo $html->script('http://amazons3fullulrpath/jquery/jquery-1.4.2.min', false);