AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-08-28 · Documentation low

File: AmazonS3/latest/s3-outposts/S3OutpostsBucketPolicyEdit.md

Summary

Removed example bucket policy demonstrating principal-based access for S3 Outposts

Security assessment

Removal of a policy example without security context. No evidence this addresses a specific vulnerability.

Diff

diff --git a/AmazonS3/latest/s3-outposts/S3OutpostsBucketPolicyEdit.md b/AmazonS3/latest/s3-outposts/S3OutpostsBucketPolicyEdit.md
index cae5c091a..6d134e5eb 100644
--- a//AmazonS3/latest/s3-outposts/S3OutpostsBucketPolicyEdit.md
+++ b//AmazonS3/latest/s3-outposts/S3OutpostsBucketPolicyEdit.md
@@ -32,23 +31,0 @@ The following AWS CLI example puts a policy on an Outposts bucket.
-JSON
-    
-
-****
-    
-    
-        {
-       "Version":"2012-10-17",
-       "Id":"testBucketPolicy",
-       "Statement":[
-          {
-             "Sid":"st1",
-             "Effect":"Allow",
-             "Principal":{
-                "AWS":"123456789012"
-             },
-             "Action":"s3-outposts:*",
-             "Resource":"arn:aws:s3-outposts:region:123456789012:outpost/op-01ac5d28a6a232904/bucket/amzn-s3-demo-bucket"
-          }
-       ]
-    }
-    
-