AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-28 · Documentation low

File: cli/latest/reference/s3/presign.md

Summary

Updated AWS CLI version reference and added --cli-error-format parameter documentation

Security assessment

Changes relate to CLI version and error message formatting. No security implications in presigned URL documentation changes.

Diff

diff --git a/cli/latest/reference/s3/presign.md b/cli/latest/reference/s3/presign.md
index 33476f78c..d0cbc7d5d 100644
--- a//cli/latest/reference/s3/presign.md
+++ b//cli/latest/reference/s3/presign.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
@@ -84,0 +85 @@ Generate a pre-signed URL for an Amazon S3 object. This allows anyone who receiv
+    [--cli-error-format <value>]
@@ -119,0 +121 @@ The formatting style for command output.
+  * off
@@ -185,0 +188,13 @@ Disable automatically prompt for CLI input parameters.
+`--cli-error-format` (string)
+
+The formatting style for error output. By default, errors are displayed in enhanced format.
+
+  * legacy
+  * json
+  * yaml
+  * text
+  * table
+  * enhanced
+
+
+
@@ -235 +250 @@ For more information, see [Share an Object with Others](https://docs.aws.amazon.
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »