paperclipped
paperclipped copied to clipboard
Serve assets through a CDN (master)
I need to serve assets through a CDN and stock paperclip supports that by specifying:
:s3_host_alias => "www.cdn.com",
:url => ":s3_alias_url"
Currently, paperclipped doesn't have a setting for :s3_host_alias
, so this pull request attempts to remedy that.