AWS AmazonS3 documentation change
Summary
Fixed a broken IAM policy documentation link by adding an extra slash in the URL.
Security assessment
The change only repairs a hyperlink to IAM policy documentation. No security vulnerabilities, features, or policy logic was altered; the update is purely cosmetic for link functionality.
Diff
diff --git a/AmazonS3/latest/userguide/tagging-and-policies.md b/AmazonS3/latest/userguide/tagging-and-policies.md index db00bcb8b..03a5a8874 100644 --- a//AmazonS3/latest/userguide/tagging-and-policies.md +++ b//AmazonS3/latest/userguide/tagging-and-policies.md @@ -67 +67 @@ JSON -The following permissions policy grants a user permissions to perform the `s3:PutObjectTagging` action, which allows user to add tags to an existing object. The condition uses the `s3:RequestObjectTagKeys` condition key to specify the allowed tag keys, such as `Owner` or `CreationDate`. For more information, see [Creating a condition that tests multiple key values](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_multi-value-conditions.html) in the _IAM User Guide_. +The following permissions policy grants a user permissions to perform the `s3:PutObjectTagging` action, which allows user to add tags to an existing object. The condition uses the `s3:RequestObjectTagKeys` condition key to specify the allowed tag keys, such as `Owner` or `CreationDate`. For more information, see [Creating a condition that tests multiple key values](https://docs.aws.amazon.com//IAM/latest/UserGuide/reference_policies_multi-value-conditions.html) in the _IAM User Guide_.