AWS Security ChangesHomeSearch

AWS omics documentation change

Service: omics · 2025-06-19 · Documentation low

File: omics/latest/dev/s3-sharing.md

Summary

Fixed trailing comma in S3 bucket policy example

Security assessment

Syntax correction in JSON example (removed trailing comma) without changing policy semantics or security controls.

Diff

diff --git a/omics/latest/dev/s3-sharing.md b/omics/latest/dev/s3-sharing.md
index 14f02f519..31de6ea19 100644
--- a//omics/latest/dev/s3-sharing.md
+++ b//omics/latest/dev/s3-sharing.md
@@ -255 +255 @@ Step 2. Update the store’s s3 Access Policy to restrict getObject on objects w
-                        "arn:aws:iam::999999999999:root",
+                        "arn:aws:iam::999999999999:root"