Stefan Tilkov's Random Stuff

Using Amazon S3 to Serve Static Content

Jesse Andrews:

Since userscripts is a rails app I copied the public directory, deleted a few files (dispatch.*, robots.txt, …), removed all the .svn directories, then used S3Fox to copy the files up. By default the files are private, so clicking properties on each folder (images, stylesheets, javascripts) and setting it to be readable by the public (recursively — apply to subfolders). […] After committing the changes I asked a few friends to kick the tires. I would have a friend browse userscripts for a few minutes with the latest changes (using S3) or the previous svn revision (not using S3), then after a few minutes change back. The results were unanimous with S3 providing a noticeable speed up. Ahh success!

Comments