AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2025-08-19 · Security-related medium

File: cli/latest/reference/s3control/put-access-point-scope.md

Summary

Updated CLI version reference, added warning about URL encoding headers with spaces

Security assessment

Header encoding guidance addresses authentication integrity risks where unencoded spaces could compromise request signature validation.

Diff

diff --git a/cli/latest/reference/s3control/put-access-point-scope.md b/cli/latest/reference/s3control/put-access-point-scope.md
index 9a2b52d4d..d83e4dfe7 100644
--- a//cli/latest/reference/s3control/put-access-point-scope.md
+++ b//cli/latest/reference/s3control/put-access-point-scope.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 @@ For information about REST API errors, see [REST error responses](https://docs.a
+### 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` .
+
@@ -252 +256 @@ None
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »