AWS IAM: Fixed S3 bucket policy URL in principal documentation
Summary
Corrected URL for adding S3 bucket policies.
Security assessment
Resolves a documentation link error without altering security guidance on resource-based policies.
Evidence
+The following example shows a resource-based policy that can be used instead of [AWS JSON policy elements: NotPrincipal](./reference_policies_elements_notprincipal.html) to explicitly deny all principals _except_ for the ones specified in the `Condition` element. This policy should be [added to an Amazon S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html).
Diff
diff --git a/IAM/latest/UserGuide/reference_policies_elements_principal.md b/IAM/latest/UserGuide/reference_policies_elements_principal.md index 88a2c7181..db1452f70 100644 --- a//IAM/latest/UserGuide/reference_policies_elements_principal.md +++ b//IAM/latest/UserGuide/reference_policies_elements_principal.md @@ -341 +341 @@ You cannot use a wildcard to match part of a principal name or ARN. -The following example shows a resource-based policy that can be used instead of [AWS JSON policy elements: NotPrincipal](./reference_policies_elements_notprincipal.html) to explicitly deny all principals _except_ for the ones specified in the `Condition` element. This policy should be [added to an Amazon S3 bucket](https://docs.aws.amazon.com//AmazonS3/latest/userguide/add-bucket-policy.html). +The following example shows a resource-based policy that can be used instead of [AWS JSON policy elements: NotPrincipal](./reference_policies_elements_notprincipal.html) to explicitly deny all principals _except_ for the ones specified in the `Condition` element. This policy should be [added to an Amazon S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html).