AWS cli documentation change
Summary
Fixed grammar in description of S3 mv command validation
Security assessment
The change improves grammar but does not address security concerns
Diff
diff --git a/cli/v1/userguide/cli-configure-envvars.md index 80bac8756..f57b7f1b3 100644 --- a/cli/v1/userguide/cli-configure-envvars.md +++ b/cli/v1/userguide/cli-configure-envvars.md @@ -105 +105 @@ If defined, this environment variable overrides the value for the profile settin -If the source and destination buckets are the same when using custom the `s3 mv` command, the source file or object can be moved onto itself, which can result in accidental deletion of your source file or object. The `AWS_CLI_S3_MV_VALIDATE_SAME_S3_PATHS` environment variable and `--validate-same-s3-paths` option specifies whether to validate your access point ARNs or access point aliases in your Amazon S3 source or destination URIs. +If the source and destination buckets are the same when using the `s3 mv` command, the source file or object can be moved onto itself, which can result in accidental deletion of your source file or object. The `AWS_CLI_S3_MV_VALIDATE_SAME_S3_PATHS` environment variable and `--validate-same-s3-paths` option specifies whether to validate your access point ARNs or access point aliases in your Amazon S3 source or destination URIs.