aws cli put-bucket-encryption command fails with validation error for BucketKeyEnabled param
I want to enable SSE-KMS encryption on AWS S3 bucket and apply an existing KMS key to the bucket and also want to set the Bucket Key to true. AWS CLI put-bucket-encryption v2 doc: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/put-bucket-encryption.html I followed the above mentioned aws cli documentation for put-bucket-encryption and ran following command but got the validation error for… Read More aws cli put-bucket-encryption command fails with validation error for BucketKeyEnabled param