Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 Plugin: Implement Server-Side Encryption option #8646

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2024

  1. S3 Plugin: Implement SSE option

    - Introduces a server_side_encryption parameter for the S3 [OUTPUT]
      plugin. Possible values are AES256 and aws:kms, as per AWS API
      documentation:
      https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_ResponseSyntax
    - If either value is provided, the x-amz-server-side-encryption header
      will be included with S3 requests with the corresponding value set.
    
    Signed-off-by: Mark Solters <[email protected]>
    Mark Solters authored and msolters committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    34a63d5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. AWS SSE: Correct error language

    As noted per feedback this code is unrelated to compression
    
    Signed-off-by: Mark Solters <[email protected]>
    msolters authored May 2, 2024
    Configuration menu
    Copy the full SHA
    dd168e0 View commit details
    Browse the repository at this point in the history