AWS cli medium security documentation change
Summary
Version update and security warning about URL encoding spaces in headers
Security assessment
Addresses authentication vulnerabilities that could occur from improperly formatted security headers
Diff
diff --git a/cli/latest/reference/s3control/get-access-point-policy-status.md b/cli/latest/reference/s3control/get-access-point-policy-status.md index 50627bf04..6686767cd 100644 --- a//cli/latest/reference/s3control/get-access-point-policy-status.md +++ b//cli/latest/reference/s3control/get-access-point-policy-status.md @@ -15 +15 @@ - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) » @@ -65,0 +66,4 @@ Indicates whether the specified access point currently has a policy that allows +### 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` . + @@ -251 +255 @@ PolicyStatus -> (structure) - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) »