AWS AmazonS3 documentation change
Summary
Fixed a broken URL link by adding an extra forward slash in the service-authorization documentation reference.
Security assessment
The change only corrects a URL formatting issue without altering security-related content. It maintains existing guidance about IP condition keys but doesn't address vulnerabilities or add security features.
Diff
diff --git a/AmazonS3/latest/s3-outposts/S3Outposts-example-bucket-policies.md b/AmazonS3/latest/s3-outposts/S3Outposts-example-bucket-policies.md index 66f9a41da..f744584e6 100644 --- a//AmazonS3/latest/s3-outposts/S3Outposts-example-bucket-policies.md +++ b//AmazonS3/latest/s3-outposts/S3Outposts-example-bucket-policies.md @@ -51 +51 @@ This policy's `Condition` statement identifies ``192.0.2.0/24`` as the range of -The `Condition` block uses the `NotIpAddress` condition and the `aws:SourceIp` condition key, which is an AWS wide condition key. The `aws:SourceIp` condition key can only be used for public IP address ranges. For more information about these condition keys, see [Actions, resources, and condition keys for S3 on Outposts](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3onoutposts.html). The `aws:SourceIp` IPv4 values use standard CIDR notation. For more information, see [IAM JSON policy elements reference](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#Conditions_IPAddress) in the _IAM User Guide_. +The `Condition` block uses the `NotIpAddress` condition and the `aws:SourceIp` condition key, which is an AWS wide condition key. The `aws:SourceIp` condition key can only be used for public IP address ranges. For more information about these condition keys, see [Actions, resources, and condition keys for S3 on Outposts](https://docs.aws.amazon.com//service-authorization/latest/reference/list_amazons3onoutposts.html). The `aws:SourceIp` IPv4 values use standard CIDR notation. For more information, see [IAM JSON policy elements reference](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#Conditions_IPAddress) in the _IAM User Guide_.