mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: trim arn:aws:kms from incoming SSE aws-kms-key-id (#15540)
This commit is contained in:
@@ -56,6 +56,9 @@ const (
|
||||
// be part of the object. Therefore, the bucket/object name must be added
|
||||
// to the context, if not present, whenever a decryption is performed.
|
||||
MetaContext = "X-Minio-Internal-Server-Side-Encryption-Context"
|
||||
|
||||
// ARNPrefix prefix for "arn:aws:kms"
|
||||
ARNPrefix = "arn:aws:kms:"
|
||||
)
|
||||
|
||||
// IsMultiPart returns true if the object metadata indicates
|
||||
|
||||
Reference in New Issue
Block a user