AWS cli medium security documentation change
Summary
Updated CLI version and added header encoding security guidance
Security assessment
Proper encoding prevents potential policy evaluation bypass through malformed header inputs
Diff
diff --git a/cli/latest/reference/s3control/get-access-point-policy-status-for-object-lambda.md b/cli/latest/reference/s3control/get-access-point-policy-status-for-object-lambda.md index 505465a07..d9758d3eb 100644 --- a//cli/latest/reference/s3control/get-access-point-policy-status-for-object-lambda.md +++ b//cli/latest/reference/s3control/get-access-point-policy-status-for-object-lambda.md @@ -15 +15 @@ - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) » @@ -64,0 +65,4 @@ Returns the status of the resource policy associated with an Object Lambda Acces +### 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` . + @@ -220 +224 @@ PolicyStatus -> (structure) - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) »