AWS cli medium security documentation change
Summary
CLI version bump and security warning addition for header encoding
Security assessment
Addresses potential access point configuration vulnerabilities through proper input sanitization
Diff
diff --git a/cli/latest/reference/s3control/get-access-point.md b/cli/latest/reference/s3control/get-access-point.md index cbb5cd30e..1064c5378 100644 --- a//cli/latest/reference/s3control/get-access-point.md +++ b//cli/latest/reference/s3control/get-access-point.md @@ -15 +15 @@ - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) » @@ -71,0 +72,4 @@ The following actions are related to `GetAccessPoint` : +### 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` . + @@ -364 +368 @@ DataSourceType -> (string) - * [AWS CLI 2.28.11 Command Reference](../../index.html) » + * [AWS CLI 2.28.12 Command Reference](../../index.html) »