Skip to content

Add SSE-C key configuration option for Amazon S3 remote backups

Pepijn Van Eeckhoudt requested to merge pepijnve/gitlab-ce:aws_sse-c into master

What does this MR do?

Amazon S3 supports three styles of server-side encryption: KMS managed keys, S3 managed keys and customer-provided keys. Currently only S3 managed keys are supported.

This MR adds the capability to also use customer-provided keys by exposing the encryption_key attribute that's already supported in Fog.

What are the relevant issue numbers?

None

Does this MR meet the acceptance criteria?

Merge request reports