AWS redshift documentation change
Summary
Updated Amazon S3 documentation link from 'user-guide' to 'userguide' path
Security assessment
Change only corrects a documentation URL path without modifying security-related content or procedures for Python module imports.
Diff
diff --git a/redshift/latest/dg/udf-importing-custom-python-library-modules.md b/redshift/latest/dg/udf-importing-custom-python-library-modules.md index ae89dd6b5..a3479f994 100644 --- a//redshift/latest/dg/udf-importing-custom-python-library-modules.md +++ b//redshift/latest/dg/udf-importing-custom-python-library-modules.md @@ -17 +17 @@ You must be a superuser or have `USAGE ON LANGUAGE plpythonu` privilege to insta -This section provides an example of importing a custom Python module into your cluster. To perform the steps in this section, you must have an Amazon S3 bucket, where you upload the library package. You then install the package in your cluster. For more information about creating buckets, go to [ Creating a bucket](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/CreatingaBucket.html) in the _Amazon Simple Storage Service User Guide_. +This section provides an example of importing a custom Python module into your cluster. To perform the steps in this section, you must have an Amazon S3 bucket, where you upload the library package. You then install the package in your cluster. For more information about creating buckets, go to [ Creating a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingaBucket.html) in the _Amazon Simple Storage Service User Guide_.