I would like to add new features to the S3 deployment by adding a gzip option with a list of file types (like the minify extension). To do so, I need to gzip the files before the s3cmd sync command.
I also want to give the user the ability to add custom S3 headers like the Cache-Control on a list of files.
You're welcome to add it and submit a pull request. I wouldn't add dependencies as hard dependencies though. Instead I'd prefer to see some new documentation about the deployer, what is needed and how to use it.
On Mon, Aug 12, 2013 at 10:28 AM, mogztter <[hidden email]> wrote:
Hi,
I would like to add new features to the S3 deployment by adding a gzip
option with a list of file types (like the minify extension). To do so, I
need to gzip the files before the s3cmd sync command.
I also want to give the user the ability to add custom S3 headers like the
Cache-Control on a list of files.