AWS cli documentation change
Summary
Updated CLI version reference from 2.28.11 to 2.28.12 and added warning about URL encoding signed header values with spaces
Security assessment
Added warning emphasizes proper URL encoding of headers to prevent potential parsing errors or security issues related to improperly formatted signed requests. While security-related guidance, there's no evidence of addressing a specific known vulnerability.
Diff
diff --git a/cli/latest/reference/s3control/list-access-points.md b/cli/latest/reference/s3control/list-access-points.md index 95c0bb943..feb1eeae2 100644 --- a//cli/latest/reference/s3control/list-access-points.md +++ b//cli/latest/reference/s3control/list-access-points.md @@ -15 +15 @@ - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) » @@ -77,0 +78,4 @@ The following actions are related to `ListAccessPoints` : +### Warning + +You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt` , containing two spaces after `my` , you must URL encode this value to `my%20%20file.txt` . + @@ -392 +396 @@ NextToken -> (string) - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) »