forked from thanos-io/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S3 - Encryption context header cannot be null (thanos-io#5089)
* 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 <[email protected]> * Add changes to changelog Signed-off-by: Alex Vest <[email protected]> * Add const for "localhost:80" golangci lint was complaining Signed-off-by: Alex Vest <[email protected]> * Docs formatting Signed-off-by: Alex Vest <[email protected]> Signed-off-by: Nicholaswang <[email protected]>
- Loading branch information
1 parent
6a48d75
commit fa6ae36
Showing
3 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters