AWS neptune-analytics documentation change
Summary
Fixed URL formatting in two documentation links related to batch loading
Security assessment
URL syntax corrections only. IAM permission requirements and security controls remain unchanged.
Diff
diff --git a/neptune-analytics/latest/userguide/batch-load.md b/neptune-analytics/latest/userguide/batch-load.md index ea0946752..a5c561706 100644 --- a//neptune-analytics/latest/userguide/batch-load.md +++ b//neptune-analytics/latest/userguide/batch-load.md @@ -26 +26 @@ The signature of the `CALL` procedure is shown below: - * **source** (required) – An Amazon S3 URI prefix. All object names with matching prefixes are loaded. See [ Neptune Database loader reference](https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-load.html#load-api-reference-load-parameters) for Amazon S3 URI prefix examples. The IAM user who signs the openCypher request must have permissions to list and download these objects, and must be authorized for `WriteDataViaQuery` and `DeleteDataViaQuery` actions. See [ IAM role mapping](https://docs.aws.amazon.com/neptune-analytics/latest/userguide/query-APIs-IAM-role-mappings.html) for more IAM authentication related details. + * **source** (required) – An Amazon S3 URI prefix. All object names with matching prefixes are loaded. See [ Neptune Database loader reference](https://docs.aws.amazon.com//neptune/latest/userguide/load-api-reference-load.html#load-api-reference-load-parameters) for Amazon S3 URI prefix examples. The IAM user who signs the openCypher request must have permissions to list and download these objects, and must be authorized for `WriteDataViaQuery` and `DeleteDataViaQuery` actions. See [ IAM role mapping](https://docs.aws.amazon.com//neptune-analytics/latest/userguide/query-APIs-IAM-role-mappings.html) for more IAM authentication related details. @@ -34 +34 @@ The signature of the `CALL` procedure is shown below: - * **blankNodeHanding**(must be provided when format is `ntriples`) - The method to handle blank nodes in the dataset. Currently, only `convertToIri` is supported, meaning blank nodes are converted to unique IRIs at load time. For more information, see [Handling RDF values](https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling). + * **blankNodeHanding**(must be provided when format is `ntriples`) - The method to handle blank nodes in the dataset. Currently, only `convertToIri` is supported, meaning blank nodes are converted to unique IRIs at load time. For more information, see [Handling RDF values](https://docs.aws.amazon.com//neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling).