Dang.. looks like `target-redshift` (pipelinewise)...
# plugins-general
a
Dang.. looks like
target-redshift
(pipelinewise) doesn’t already have the option to pass an SSE argument to the eventual s3 putObject call. That seems like a pretty basic feature for such a common target … is there another variant that folks tend to use?
Created a ticket for the target maintainers at https://github.com/transferwise/pipelinewise-target-redshift/issues/143 for anyone else coming across this.
a
@andrew_stewart - It's been a while for me, but I think what I did in the past was to enable server-side encryption on the bucket by default. For your use case, would it help to use a bucket-level default, or do you need object-level encryption overrides?
a
Yeah unfortunately I don’t have discretion over the bucket settings in this case. It should be easy enough for me to just add the option in a fork.
I’m just a bit surprised seeing as that target is probably one of the big 3.
a
Yeah. Understood and agreed. 👍
I think it's likely many users are setting this up at the bucket level. But no reason not to also have the option in the target config, as far as I can see.
a
Looks great 👍