AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-04-20 · Documentation low

File: AmazonS3/latest/userguide/s3-tables-integrating-glue-endpoint.md

Summary

Fixed JSON syntax in IAM policy example by adding a missing comma.

Security assessment

The change is a syntax correction without security implications.

Diff

diff --git a/AmazonS3/latest/userguide/s3-tables-integrating-glue-endpoint.md b/AmazonS3/latest/userguide/s3-tables-integrating-glue-endpoint.md
index 16dc07322..a12beb0e8 100644
--- a//AmazonS3/latest/userguide/s3-tables-integrating-glue-endpoint.md
+++ b//AmazonS3/latest/userguide/s3-tables-integrating-glue-endpoint.md
@@ -41 +41 @@ To access tables through AWS Glue endpoints, you need to create an IAM role with
-                "Effect": "Allow"
+                "Effect": "Allow",
@@ -58,2 +57,0 @@ To access tables through AWS Glue endpoints, you need to create an IAM role with
-            }
-        ]