AWS AmazonS3 documentation change
Summary
Fixed syntax errors in CloudTrail log examples (e.g., duplicate 'arn' keys, missing commas, ARN formatting).
Security assessment
Changes are purely syntactic corrections to example JSON structures and do not relate to security features or vulnerabilities.
Diff
diff --git a/AmazonS3/latest/userguide/s3-tables-log-files.md b/AmazonS3/latest/userguide/s3-tables-log-files.md index 0d9442c25..74962f167 100644 --- a//AmazonS3/latest/userguide/s3-tables-log-files.md +++ b//AmazonS3/latest/userguide/s3-tables-log-files.md @@ -30 +30 @@ The following example shows a CloudTrail log file example that demonstrates the - "arn": "arn": "arn:aws:iam::111122223333:user/"myUserName", + "arn": "arn:aws:iam::111122223333:user/"myUserName", @@ -52 +52 @@ The following example shows a CloudTrail log file example that demonstrates the - "bytesTransferredOut": 28441, + "bytesTransferredOut": 28441 @@ -74 +74 @@ The following example shows a CloudTrail log file example that demonstrates the - "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256" + "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256", @@ -89 +89 @@ The following example shows a CloudTrail log file example that demonstrates the - "arn": "arn": "arn:aws:iam::444455556666:user/"myUserName", + "arn": "arn:aws:iam::444455556666:user/"myUserName", @@ -114 +114 @@ The following example shows a CloudTrail log file example that demonstrates the - "bytesTransferredOut": 0, + "bytesTransferredOut": 0 @@ -123 +123 @@ The following example shows a CloudTrail log file example that demonstrates the - "ARN": "arn:aws:s3tables:us-east-1444455556666:bucket/amzn-s3-demo-bucket1" + "ARN": "arn:aws:s3tables:us-east-1:444455556666:bucket/amzn-s3-demo-bucket1" @@ -126 +126 @@ The following example shows a CloudTrail log file example that demonstrates the - "type": "type": "AWS::S3Tables::Table", + "type": "AWS::S3Tables::Table", @@ -135 +135 @@ The following example shows a CloudTrail log file example that demonstrates the - "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256" + "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256",