AWS cli medium security documentation change
Summary
CLI version change and added security notice for header encoding
Security assessment
Prevents potential policy retrieval vulnerabilities through proper header sanitization
Diff
diff --git a/cli/latest/reference/s3control/get-access-point-policy.md b/cli/latest/reference/s3control/get-access-point-policy.md index 8cf1d64aa..74ceba853 100644 --- a//cli/latest/reference/s3control/get-access-point-policy.md +++ b//cli/latest/reference/s3control/get-access-point-policy.md @@ -15 +15 @@ - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) » @@ -68,0 +69,4 @@ The following actions are related to `GetAccessPointPolicy` : +### 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` . + @@ -254 +258 @@ Policy -> (string) - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) »