AWS AmazonS3 documentation change
Summary
Added JSON formatting markers and updated example account IDs to '111122223333'
Security assessment
Standardizes placeholder values without introducing security content or addressing vulnerabilities.
Diff
diff --git a/AmazonS3/latest/userguide/S3LensHelperFilesCLI.md b/AmazonS3/latest/userguide/S3LensHelperFilesCLI.md index ff47e7e8d..4c0e43a3e 100644 --- a//AmazonS3/latest/userguide/S3LensHelperFilesCLI.md +++ b//AmazonS3/latest/userguide/S3LensHelperFilesCLI.md @@ -202,0 +203,6 @@ This example policy shows an S3 Storage Lens IAM `permissions.json` file with a +JSON + + +**** + + @@ -219 +225 @@ This example policy shows an S3 Storage Lens IAM `permissions.json` file with a - "Resource": "arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name" + "Resource": "arn:aws:s3:us-east-1:111122223333:storage-lens/your-dashboard-name" @@ -228,0 +235,6 @@ This example policy shows an S3 Storage Lens IAM `permissions.json` file without +JSON + + +**** + + @@ -245 +257 @@ This example policy shows an S3 Storage Lens IAM `permissions.json` file without - "Resource": "arn:aws:s3:us-east-1:example-account-id:storage-lens/*" + "Resource": "arn:aws:s3:us-east-1:111122223333:storage-lens/*"