AWS Security ChangesHomeSearch

AWS appsync documentation change

Service: appsync · 2025-05-22 · Documentation low

File: appsync/latest/devguide/security_iam_id-based-policy-examples.md

Summary

Updated S3 documentation URL path from 'dev' to 'userguide' in policy example reference link

Security assessment

Change only updates documentation URL structure without altering security-related content or permissions guidance

Diff

diff --git a/appsync/latest/devguide/security_iam_id-based-policy-examples.md b/appsync/latest/devguide/security_iam_id-based-policy-examples.md
index 57ea0acb2..a6e5b4616 100644
--- a//appsync/latest/devguide/security_iam_id-based-policy-examples.md
+++ b//appsync/latest/devguide/security_iam_id-based-policy-examples.md
@@ -84 +84 @@ In this example, you want to grant an IAM user in your AWS account access to one
-In addition to granting the `s3:PutObject`, `s3:GetObject`, and `s3:DeleteObject` permissions to the user, the policy also grants the `s3:ListAllMyBuckets`, `s3:GetBucketLocation`, and `s3:ListBucket` permissions. These are the additional permissions required by the console. Also, the `s3:PutObjectAcl` and the `s3:GetObjectAcl` actions are required to be able to copy, cut, and paste objects in the console. For an example walkthrough that grants permissions to users and tests them using the console, see [An example walkthrough: Using user policies to control access to your bucket](https://docs.aws.amazon.com/AmazonS3/latest/dev/walkthrough1.html).
+In addition to granting the `s3:PutObject`, `s3:GetObject`, and `s3:DeleteObject` permissions to the user, the policy also grants the `s3:ListAllMyBuckets`, `s3:GetBucketLocation`, and `s3:ListBucket` permissions. These are the additional permissions required by the console. Also, the `s3:PutObjectAcl` and the `s3:GetObjectAcl` actions are required to be able to copy, cut, and paste objects in the console. For an example walkthrough that grants permissions to users and tests them using the console, see [An example walkthrough: Using user policies to control access to your bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/walkthrough1.html).