AWS Security ChangesHomeSearch

AWS redshift documentation change

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

File: redshift/latest/dg/copy-parameters-data-source-s3.md

Summary

Fixed a broken URL link to the 'Network isolation' documentation by adding a missing slash in the path.

Security assessment

The change only corrects a URL formatting error (adding a missing '/') in a link to existing security documentation. It does not introduce new security content, address a vulnerability, or alter security guidance. The impact is solely improved link functionality.

Diff

diff --git a/redshift/latest/dg/copy-parameters-data-source-s3.md b/redshift/latest/dg/copy-parameters-data-source-s3.md
index 31a9574b2..3e4bc0ed6 100644
--- a//redshift/latest/dg/copy-parameters-data-source-s3.md
+++ b//redshift/latest/dg/copy-parameters-data-source-s3.md
@@ -11 +11 @@ Amazon Redshift will no longer support the creation of new Python UDFs starting
-To load data from files located in one or more S3 buckets, use the FROM clause to indicate how COPY locates the files in Amazon S3. You can provide the object path to the data files as part of the FROM clause, or you can provide the location of a manifest file that contains a list of Amazon S3 object paths. COPY from Amazon S3 uses an HTTPS connection. Ensure that the S3 IP ranges are added to your allow list. To learn more about the required S3 IP ranges, see [ Network isolation](https://docs.aws.amazon.com/redshift/latest/mgmt/security-network-isolation.html#network-isolation).
+To load data from files located in one or more S3 buckets, use the FROM clause to indicate how COPY locates the files in Amazon S3. You can provide the object path to the data files as part of the FROM clause, or you can provide the location of a manifest file that contains a list of Amazon S3 object paths. COPY from Amazon S3 uses an HTTPS connection. Ensure that the S3 IP ranges are added to your allow list. To learn more about the required S3 IP ranges, see [ Network isolation](https://docs.aws.amazon.com//redshift/latest/mgmt/security-network-isolation.html#network-isolation).