AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-07-25 · Documentation low

File: AmazonS3/latest/userguide/olap-policies.md

Summary

Added JSON section markers and modified resource ARNs in policy examples to use wildcard instead of specific bucket names

Security assessment

Changes are structural (JSON markers) and generalize example policies. No security-specific context or vulnerability remediation is present.

Diff

diff --git a/AmazonS3/latest/userguide/olap-policies.md b/AmazonS3/latest/userguide/olap-policies.md
index b89968671..cfa813c26 100644
--- a//AmazonS3/latest/userguide/olap-policies.md
+++ b//AmazonS3/latest/userguide/olap-policies.md
@@ -62,0 +63,6 @@ The following S3 bucket policy example delegates access control for a bucket to
+JSON
+    
+
+****
+    
+    
@@ -72,2 +78,2 @@ The following S3 bucket policy example delegates access control for a bucket to
-                "arn:aws:s3:::amzn-s3-demo-bucket1", 
-                "arn:aws:s3:::amzn-s3-demo-bucket1/*"
+                "arn:aws:s3:::", 
+                "arn:aws:s3:::/*"
@@ -84,0 +92,6 @@ The following IAM policy grants a user permissions to the Lambda function, the s
+JSON
+    
+
+****
+    
+