AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-03-10 · Documentation low

File: AmazonS3/latest/userguide/s3-tables-resource-based-policies.md

Summary

Fixed quote characters in JSON policy examples

Security assessment

The change corrects typographical errors in policy examples but does not address security vulnerabilities.

Diff

diff --git a/AmazonS3/latest/userguide/s3-tables-resource-based-policies.md
index b39ad9703..0c7929dce 100644
--- a/AmazonS3/latest/userguide/s3-tables-resource-based-policies.md
+++ b/AmazonS3/latest/userguide/s3-tables-resource-based-policies.md
@@ -50,2 +50,2 @@ The following example table bucket policy allows the IAM `data steward` to delet
-                 "Action": ["s3tables:PutTableBucketMaintenanceConfiguration”],
-                 "Resource":"arn:aws:s3tables:region:account_id:bucket/*”            
+                 "Action": ["s3tables:PutTableBucketMaintenanceConfiguration"],
+                 "Resource":"arn:aws:s3tables:region:account_id:bucket/*"            
@@ -73 +73 @@ The following an example table bucket policy allows Jane, a user from AWS accoun
-                 "Resource":{ "arn:aws:s3tables:region:account_id:bucket/amzn-s3-demo-bucket1/table/*”}
+                 "Resource":{ "arn:aws:s3tables:region:account_id:bucket/amzn-s3-demo-bucket1/table/*"}