AWS neptune documentation change
Summary
Corrected a broken link to Boto3 documentation for generating S3 pre-signed URLs.
Security assessment
Fixes a documentation link without changing security content. Pre-signed URLs are security-relevant, but the change doesn't alter security guidance or address vulnerabilities.
Diff
diff --git a/neptune/latest/userguide/sparql-api-reference-update-load.md b/neptune/latest/userguide/sparql-api-reference-update-load.md index 39f2ca6e6..b6c75cfb2 100644 --- a//neptune/latest/userguide/sparql-api-reference-update-load.md +++ b//neptune/latest/userguide/sparql-api-reference-update-load.md @@ -71 +71 @@ Then you can use the resulting pre-signed URL in your `LOAD` command: -For more information, see [Authenticating Requests: Using Query Parameters](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html). The [Boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html) shows how to use a Python script to generate a presigned URL. +For more information, see [Authenticating Requests: Using Query Parameters](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html). The [Boto3 documentation](https://docs.aws.amazon.com/boto3/latest/guide/quickstart.htmlguide/s3-presigned-urls.html) shows how to use a Python script to generate a presigned URL.