AWS Security ChangesHomeSearch

AWS datasync documentation change

Service: datasync · 2025-10-01 · Documentation low

File: datasync/latest/userguide/transferring-with-manifest.md

Summary

Removed JSON bucket policy example and replaced with placeholder

Security assessment

Deletion of a specific S3 bucket policy example doesn't demonstrate security remediation. This seems like documentation simplification rather than security-related changes.

Diff

diff --git a/datasync/latest/userguide/transferring-with-manifest.md b/datasync/latest/userguide/transferring-with-manifest.md
index e6694785d..5f8186830 100644
--- a//datasync/latest/userguide/transferring-with-manifest.md
+++ b//datasync/latest/userguide/transferring-with-manifest.md
@@ -386,17 +386,7 @@ Once you've created the IAM role, you must add it to the S3 bucket policy in the
-                {
-          "Version": "2012-10-17",
-          "Statement": [
-            {
-              "Sid": "DataSyncAccessManifestBucket",
-              "Effect": "Allow",
-              "Principal": {
-                "AWS": "arn:aws:iam::123456789012:role/datasync-role"
-              },
-              "Action": [
-                "s3:GetObject",
-                "s3:GetObjectVersion"
-              ],
-              "Resource": "arn:aws:s3:::amzn-s3-demo-bucket"
-            }
-          ]
-        }
+JSON
+    
+
+****
+    
+        
+