Rails Deployment: moving static files to S3
Posted
by Joseph Silvashy
on Stack Overflow
See other posts from Stack Overflow
or by Joseph Silvashy
Published on 2010-03-22T02:24:21Z
Indexed on
2010/03/22
2:31 UTC
Read the original article
Hit count: 365
Someone posted something similar but it didn't really solve the problem.
I want to move all my static files (images, javascript, css) to an Amazon S3 bucket when I deploy my app, as well as rewrite those paths in my app, is there a simple way to accomplish this? or am I in for a huge amount of work here?
© Stack Overflow or respective owner