AWS emr documentation change
Summary
Updated S3 encryption documentation link to use 'userguide' path instead of 'dev'
Security assessment
Change only corrects a documentation URL. The encryption feature itself remains unchanged, and there is no evidence of a security issue being addressed.
Diff
diff --git a/emr/latest/ReleaseGuide/UsingEMR_s3distcp.md b/emr/latest/ReleaseGuide/UsingEMR_s3distcp.md index 3a564c422..bfa320ca6 100644 --- a//emr/latest/ReleaseGuide/UsingEMR_s3distcp.md +++ b//emr/latest/ReleaseGuide/UsingEMR_s3distcp.md @@ -48 +48 @@ S3DistCp does not support Amazon S3 bucket names that contain the underscore cha -`‑‑s3ServerSideEncryption` | Ensures that the target data is transferred using SSL and automatically encrypted in Amazon S3 using an AWS service-side key. When retrieving data using S3DistCp, the objects are automatically unencrypted. If you attempt to copy an unencrypted object to an encryption-required Amazon S3 bucket, the operation fails. For more information, see [Using data encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingEncryption.html). Example: `‑‑s3ServerSideEncryption` | No +`‑‑s3ServerSideEncryption` | Ensures that the target data is transferred using SSL and automatically encrypted in Amazon S3 using an AWS service-side key. When retrieving data using S3DistCp, the objects are automatically unencrypted. If you attempt to copy an unencrypted object to an encryption-required Amazon S3 bucket, the operation fails. For more information, see [Using data encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html). Example: `‑‑s3ServerSideEncryption` | No