AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2025-05-22 · Documentation low

File: redshift/latest/dg/t_uploading-encrypted-data.md

Summary

Updated Amazon S3 documentation links from 'dev' to 'userguide' path references

Security assessment

The changes only update URL paths to point to current documentation locations. No security-related content modifications were made - encryption guidance remains unchanged. This is a routine documentation maintenance change without security implications.

Diff

diff --git a/redshift/latest/dg/t_uploading-encrypted-data.md b/redshift/latest/dg/t_uploading-encrypted-data.md
index 9e2fe8766..7d025203b 100644
--- a//redshift/latest/dg/t_uploading-encrypted-data.md
+++ b//redshift/latest/dg/t_uploading-encrypted-data.md
@@ -13 +13 @@ Amazon S3 supports both server-side encryption and client-side encryption. This
-Server-side encryption is data encryption at rest—that is, Amazon S3 encrypts your data as it uploads it and decrypts it for you when you access it. When you load tables using a COPY command, there is no difference in the way you load from server-side encrypted or unencrypted objects on Amazon S3. For more information about server-side encryption, see [Using Server-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) in the _Amazon Simple Storage Service User Guide_.
+Server-side encryption is data encryption at rest—that is, Amazon S3 encrypts your data as it uploads it and decrypts it for you when you access it. When you load tables using a COPY command, there is no difference in the way you load from server-side encrypted or unencrypted objects on Amazon S3. For more information about server-side encryption, see [Using Server-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html) in the _Amazon Simple Storage Service User Guide_.
@@ -21 +21 @@ You encrypt your data using envelope encryption. With _envelope encryption,_ you
-To work with Amazon S3 client-side encrypted data in Amazon Redshift, follow the steps outlined in [Protecting Data Using Client-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html) in the _Amazon Simple Storage Service User Guide_ , with the additional requirements that you use:
+To work with Amazon S3 client-side encrypted data in Amazon Redshift, follow the steps outlined in [Protecting Data Using Client-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingClientSideEncryption.html) in the _Amazon Simple Storage Service User Guide_ , with the additional requirements that you use:
@@ -34 +34 @@ To work with Amazon S3 client-side encrypted data in Amazon Redshift, follow the
-If you get a cipher encryption error message when you use the encryption API for the first time, your version of the JDK may have a Java Cryptography Extension (JCE) jurisdiction policy file that limits the maximum key length for encryption and decryption transformations to 128 bits. For information about addressing this issue, go to [Specifying Client-Side Encryption Using the AWS SDK for Java](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryptionUpload.html) in the _Amazon Simple Storage Service User Guide_. 
+If you get a cipher encryption error message when you use the encryption API for the first time, your version of the JDK may have a Java Cryptography Extension (JCE) jurisdiction policy file that limits the maximum key length for encryption and decryption transformations to 128 bits. For information about addressing this issue, go to [Specifying Client-Side Encryption Using the AWS SDK for Java](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingClientSideEncryptionUpload.html) in the _Amazon Simple Storage Service User Guide_. 
@@ -40 +40 @@ For information about loading client-side encrypted files into your Amazon Redsh
-For an example of how to use the AWS SDK for Java to upload client-side encrypted data, go to [Protecting data using client-side encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/encrypt-client-side-symmetric-master-key.html) in the _Amazon Simple Storage Service User Guide_. 
+For an example of how to use the AWS SDK for Java to upload client-side encrypted data, go to [Protecting data using client-side encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/encrypt-client-side-symmetric-master-key.html) in the _Amazon Simple Storage Service User Guide_.