drone-plugins / drone-s3

Drone plugin for publishing artifacts to Amazon S3
http://plugins.drone.io/drone-plugins/drone-s3
Apache License 2.0
36 stars 64 forks source link

Allow passthrough of KMS key #69

Closed LiamMacP closed 10 months ago

LiamMacP commented 3 years ago

At present although an encryption type of aws:kms can be specified for the type of server-side encryption a key id cannot be specified. If an organisation has multiple Amazon KMS keys, there is no ability to specify which one should be used to encrypt the files.

As per the AWS documentation a SSEKMSKeyId property can be assigned that specifies which key should be used.

This functionality greatly opens up the plugin to organisations that have multiple KMS keys.

LiamMacP commented 10 months ago

Abandoned PR due to the project not being actively maintained.