AWS redshift documentation change
Summary
Updated link to Amazon S3 server-side encryption documentation, changing path from 'dev' to 'userguide'.
Security assessment
URL correction without substantive changes to encryption guidance. No security impact or feature addition.
Diff
diff --git a/redshift/latest/dg/r_UNLOAD.md b/redshift/latest/dg/r_UNLOAD.md index 5c7e5b0cd..08f504e90 100644 --- a//redshift/latest/dg/r_UNLOAD.md +++ b//redshift/latest/dg/r_UNLOAD.md @@ -106 +106 @@ If PARALLEL is specified OFF, the data files are written as follows: -UNLOAD automatically creates encrypted files using Amazon S3 server-side encryption (SSE), including the manifest file if MANIFEST is used. The COPY command automatically reads server-side encrypted files during the load operation. You can transparently download server-side encrypted files from your bucket using either the Amazon S3 console or API. For more information, see [Protecting Data Using Server-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html). +UNLOAD automatically creates encrypted files using Amazon S3 server-side encryption (SSE), including the manifest file if MANIFEST is used. The COPY command automatically reads server-side encrypted files during the load operation. You can transparently download server-side encrypted files from your bucket using either the Amazon S3 console or API. For more information, see [Protecting Data Using Server-Side Encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html).