How to set the Expires and Cache-Control headers for all objects in an AWS S3 bucket with a PHP script
As of the current AWS API, setting the Expires and Cache Control headers for all objects in an AWS S3 bucket requires a script. It is possible to do it one file at a time through the AWS control panel, … Continue reading
Posted in Code, Sys Admin
Tagged aws, command line, scripting
Comments Off on How to set the Expires and Cache-Control headers for all objects in an AWS S3 bucket with a PHP script