AWS AWSCloudFormation documentation change
Summary
Fixed broken documentation link by adding double slash in URL
Security assessment
The change only corrects URL formatting without altering security-related content about KMS encryption
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-encryptionconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-encryptionconfiguration.md index a93f4508d..da67cb2c4 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-encryptionconfiguration.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-encryptionconfiguration.md @@ -38 +38 @@ To declare this entity in your CloudFormation template, use the following syntax -Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see [Asymmetric keys in AWS KMS](https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html) in the _AWS Key Management Service Developer Guide_. +Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see [Asymmetric keys in AWS KMS](https://docs.aws.amazon.com//kms/latest/developerguide/symmetric-asymmetric.html) in the _AWS Key Management Service Developer Guide_.