AWS machine-learning documentation change
Summary
Updated S3 server-side encryption documentation URL
Security assessment
The change fixes a documentation link but does not alter encryption requirements or security guidance.
Diff
diff --git a/machine-learning/latest/dg/using-amazon-s3-with-amazon-ml.md b/machine-learning/latest/dg/using-amazon-s3-with-amazon-ml.md index ea99b9715..881951d2f 100644 --- a//machine-learning/latest/dg/using-amazon-s3-with-amazon-ml.md +++ b//machine-learning/latest/dg/using-amazon-s3-with-amazon-ml.md @@ -28 +28 @@ To enable Amazon ML to perform these tasks, you must grant permissions to Amazon -You cannot output batch prediction files to an S3 bucket that accepts only server-side encrypted files. Make sure that your bucket policy allows uploading unencrypted files by confirming that the policy does not include a `Deny` effect for the `s3:PutObject` action when there is no `s3:x-amz-server-side-encryption` header in the request. For more information about S3 server-side encryption bucket policies, see [Protecting Data Using Server-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html) in the [_Amazon Simple Storage Service User Guide_](https://docs.aws.amazon.com/AmazonS3/latest/dev/). +You cannot output batch prediction files to an S3 bucket that accepts only server-side encrypted files. Make sure that your bucket policy allows uploading unencrypted files by confirming that the policy does not include a `Deny` effect for the `s3:PutObject` action when there is no `s3:x-amz-server-side-encryption` header in the request. For more information about S3 server-side encryption bucket policies, see [Protecting Data Using Server-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html) in the [_Amazon Simple Storage Service User Guide_](https://docs.aws.amazon.com/AmazonS3/latest/userguide/).