AWS cli medium security documentation change
Summary
Updated CLI version reference and added URL encoding warning for signed headers
Security assessment
New warning about proper URL encoding prevents potential authentication bypass or request manipulation through malformed headers
Diff
diff --git a/cli/latest/reference/s3control/get-access-point-configuration-for-object-lambda.md b/cli/latest/reference/s3control/get-access-point-configuration-for-object-lambda.md index 8d875b41b..78705cd5c 100644 --- a//cli/latest/reference/s3control/get-access-point-configuration-for-object-lambda.md +++ b//cli/latest/reference/s3control/get-access-point-configuration-for-object-lambda.md @@ -15 +15 @@ - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) » @@ -70,0 +71,4 @@ The following actions are related to `GetAccessPointConfigurationForObjectLambda +### 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` . + @@ -272 +276 @@ Configuration -> (structure) - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) »