AWS AmazonS3 documentation change
Summary
Fixed URL formatting for ListObjectVersions API documentation link
Security assessment
The change corrects a URL path by adding an extra slash. This is a documentation formatting fix with no security implications. The content describes existing policy key functionality without addressing vulnerabilities or introducing security features.
Diff
diff --git a/AmazonS3/latest/userguide/amazon-s3-policy-keys.md b/AmazonS3/latest/userguide/amazon-s3-policy-keys.md index 5846c8bc3..ccc70c7f3 100644 --- a//AmazonS3/latest/userguide/amazon-s3-policy-keys.md +++ b//AmazonS3/latest/userguide/amazon-s3-policy-keys.md @@ -498 +498 @@ You can test the policy using the following `list-object` AWS CLI command. In th -You can use the `s3:max-keys` condition key to set the maximum number of keys that a requester can return in a [ListObjectsV2](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html) or [ListObjectVersions](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html) request. By default, these API operations return up to 1,000 keys. For a list of numeric condition operators that you can use with `s3:max-keys` and accompanying examples, see [Numeric Condition Operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric) in the _IAM User Guide_. +You can use the `s3:max-keys` condition key to set the maximum number of keys that a requester can return in a [ListObjectsV2](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html) or [ListObjectVersions](https://docs.aws.amazon.com//AmazonS3/latest/API/API_ListObjectVersions.html) request. By default, these API operations return up to 1,000 keys. For a list of numeric condition operators that you can use with `s3:max-keys` and accompanying examples, see [Numeric Condition Operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric) in the _IAM User Guide_.