I am using the asset_sync gem to upload my assets to an s3 bucket. When running yslow on my website i get a list of images that have no expiry header.Now i can set these manually but when you have a mass amount if images that could take a while..
Is there anyway to set an expiry when running rake assets:precompile for example automatically? Is there anything in the asset_sync config that allows us to do this?
Thanks