Skip to content

Add support for SSE-C encryption on S3 #73

@utay

Description

@utay

Similarly to #3, it would be great to support server side encryption via customer-provided keys (SSE-C). It is quite usual for S3 clients to support SSE via both KMS and customer-provided keys.

It could be configured with something like:

CREATE SECRET encrypted (
    TYPE S3,
    PROVIDER config,
    SSE_C_KEY ' base64-encoded encryption key'
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions