AWS cli documentation change
Summary
Added --no-overwrite flag documentation for s3 mv command
Security assessment
New --no-overwrite flag prevents accidental data overwrites, improving safety but not addressing a specific vulnerability
Diff
diff --git a/cli/latest/reference/s3/mv.md b/cli/latest/reference/s3/mv.md index 8d7abe074..842946682 100644 --- a//cli/latest/reference/s3/mv.md +++ b//cli/latest/reference/s3/mv.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -110,0 +111 @@ To verify that the source and destination buckets are not the same, use the `--v + [--no-overwrite] @@ -273,0 +275,2 @@ JSON Syntax: +`--no-overwrite` (boolean) This flag prevents overwriting of files at the destination. With this flag, only files not present at the destination will be transferred. + @@ -533 +536 @@ Output: - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »