AWS Security ChangesHomeSearch

AWS amazon-s3-encryption-client documentation change

Service: amazon-s3-encryption-client · 2026-01-16 · Documentation low

File: amazon-s3-encryption-client/latest/developerguide/go-v3-migration.md

Summary

Fixed version number formatting (e.g., '1._x_' → '1.x') in code migration examples.

Security assessment

Cosmetic formatting fixes in code samples. Encryption mechanisms remain unchanged with no security implications.

Diff

diff --git a/amazon-s3-encryption-client/latest/developerguide/go-v3-migration.md b/amazon-s3-encryption-client/latest/developerguide/go-v3-migration.md
index ce1959728..8177504eb 100644
--- a//amazon-s3-encryption-client/latest/developerguide/go-v3-migration.md
+++ b//amazon-s3-encryption-client/latest/developerguide/go-v3-migration.md
@@ -17 +17 @@ The following examples show the equivalent code required to specify a KMS key pr
-Version 1._x_
+Version 1.x
@@ -29 +29 @@ In version 1._x_ , you use the `NewKMSKeyGeneratorWith` function to construct th
-Version 2._x_
+Version 2.x
@@ -43 +43 @@ In version 2._x_ , you use the `NewKMSContextKeyGenerator` function to construct
-Version 3._x_
+Version 3.x