AWS cli documentation change
Summary
Updated AWS CLI version, added --cli-error-format parameter, and added bucket verification note
Security assessment
The bucket verification note improves operational safety but doesn't document security features or address vulnerabilities. Error format changes are non-security related.
Diff
diff --git a/cli/latest/reference/s3/mv.md b/cli/latest/reference/s3/mv.md index 6ca227479..182949f6f 100644 --- a//cli/latest/reference/s3/mv.md +++ b//cli/latest/reference/s3/mv.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -129,0 +130 @@ To verify that the source and destination buckets are not the same, use the `--v + [--cli-error-format <value>] @@ -303,0 +305 @@ The formatting style for command output. + * off @@ -369,0 +372,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 + + + @@ -536 +551 @@ Output: - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »