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 - Encryption context header cannot be null #5089

Merged

Commits on Jan 21, 2022

  1. Encryption context header cannot be null

    The header should be base64 encoded string representing a string-string
    map. This requires us to create an empty map for the
    KMSEncryptionContext if no KMSEncryptionContext was passed in the config
    
    Signed-off-by: Alex Vest <alex.vest@nutmeg.com>
    Alex Vest committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    1090fcf View commit details
    Browse the repository at this point in the history
  2. Add changes to changelog

    Signed-off-by: Alex Vest <alex.vest@nutmeg.com>
    Alex Vest committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5bbf7d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Add const for "localhost:80"

    golangci lint was complaining
    
    Signed-off-by: Alex Vest <alex.vest@nutmeg.com>
    Alex Vest committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f861270 View commit details
    Browse the repository at this point in the history
  2. Docs formatting

    Signed-off-by: Alex Vest <alex.vest@nutmeg.com>
    Alex Vest committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    462fc65 View commit details
    Browse the repository at this point in the history