AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

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

File: AmazonS3/latest/userguide/ensure-object-ownership.md

Summary

Added JSON formatting blocks and modified resource ARN in bucket policy example

Security assessment

Formatting improvements and ARN pattern change from 'amzn-s3-demo-bucket/*' to '/*' appears to be example standardization rather than addressing a security vulnerability

Diff

diff --git a/AmazonS3/latest/userguide/ensure-object-ownership.md b/AmazonS3/latest/userguide/ensure-object-ownership.md
index 81e8dc50f..6bc78f45c 100644
--- a//AmazonS3/latest/userguide/ensure-object-ownership.md
+++ b//AmazonS3/latest/userguide/ensure-object-ownership.md
@@ -25,0 +26,6 @@ The following example IAM policy denies the `s3:CreateBucket` permission for a s
+JSON
+    
+
+****
+    
+    
@@ -53,0 +61,6 @@ The following bucket policy specifies that account ``111122223333`` can upload o
+JSON
+    
+
+****
+    
+    
@@ -69 +82 @@ The following bucket policy specifies that account ``111122223333`` can upload o
-             "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*",
+             "Resource": "arn:aws:s3:::/*",