Well I was browsing my site checking things out and I noticed that some javascript isnt working and I went to find out why. Well I installed the OSSDL CDN off-linker plugin so it can use CloudFront to serve up my images and javascript. Well it appears that it doesnt only load things from wp-content it also loads things from the wp-includes folder like JQUERY so when the site was trying to pull from http://static.digitalfiz.com/wp-includes it couldnt because guess what?!? It didnt exist! So I copied over the wp-includes folder over to my s3 bucket, set the permissions and now everything is working fine again. If you tried to vote on a post or comment and couldnt now you can I fixed the problem
I am sending an email to the ossdl cdn plugin maker to tell them to add that it grabs some javascript from wp-includes also and that folder should also be sync’d on whatever cdn someone is using.