AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-19 · Documentation low

File: cli/latest/reference/s3control/list-regional-buckets.md

Summary

Updated CLI version and added header encoding warning

Security assessment

Emphasizes secure header formatting practices without referencing a specific security incident. General security hygiene documentation.

Diff

diff --git a/cli/latest/reference/s3control/list-regional-buckets.md b/cli/latest/reference/s3control/list-regional-buckets.md
index f33529dea..e804bb6e7 100644
--- a//cli/latest/reference/s3control/list-regional-buckets.md
+++ b//cli/latest/reference/s3control/list-regional-buckets.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
@@ -66,0 +67,4 @@ For an example of the request syntax for Amazon S3 on Outposts that uses the S3
+### 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 @@ NextToken -> (string)
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »