laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 187 forks source link

[Feature] Add Expires header support #186

Open amontalban opened 9 years ago

amontalban commented 9 years ago

Add the feature to assign Expires header to objects as Google PageSpeed prefers this over Cache-Control: max-age and this will improve website performance.

For more info: https://gtmetrix.com/leverage-browser-caching.html

Thanks!