-
New Feature
-
Resolution: Unresolved
-
Major
-
None
I'm uploading gzipped content to S3 so I need to set the ContentEncoding to 'gzip' when uploading.
It'd be really nice if we could do it from this plugin.
If already at that, I think it's an easy win to support other setters of ObjectMetadata like:
It would be really helpful if there were a way to do this. Right now, having the plugin gzip files isn't working . For my organizations purposes, we'd be fine gzipping the files ourselves and using the plugin to set the content-encoding for the files. There is [a pull request that was closed but not merged|https://github.com/jenkinsci/s3-plugin/pull/28] that addressed this.