AWS migrationhub-strategy documentation change
Summary
Updated S3 documentation link path from 'dev' to 'userguide' in policy example reference
Security assessment
The change only corrects a documentation URL path segment without altering security-related content or policies. No security implications identified.
Diff
diff --git a/migrationhub-strategy/latest/userguide/security_iam_id-based-policy-examples.md b/migrationhub-strategy/latest/userguide/security_iam_id-based-policy-examples.md index 6101b38bb..1b0f7c00e 100644 --- a//migrationhub-strategy/latest/userguide/security_iam_id-based-policy-examples.md +++ b//migrationhub-strategy/latest/userguide/security_iam_id-based-policy-examples.md @@ -97 +97 @@ 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).