Fix incorrect S3 KMS key id ARN in consolodated object storage config
Problem to solve
The Alias ARN format for specifying server-side encryption kMS keys is not correct and has confused at least one customer.
Further details
See this Amazon documentation reference.
Proposal
Customer suggested a change to the AWS S3 KMS key ID alias ARN on the Consolidated object storage configuration section of the Object Storage Administration page.
'server_side_encryption_kms_key_id' => '<arn:s3:aws:xxx>'
should be
'server_side_encryption_kms_key_id' => '<arn:aws:kms:xxx>'
Who can address the issue
I can make a commit on this MR shortly.