AWS transfer documentation change
Summary
Fixed URL formatting by adding missing slashes in HomeDirectoryType and CloudFormation documentation links
Security assessment
The changes address URL formatting issues without modifying security-related content about Lambda authentication or directory configurations.
Diff
diff --git a/transfer/latest/userguide/authentication-api-gateway.md b/transfer/latest/userguide/authentication-api-gateway.md index 96c278053..df6ad3c7a 100644 --- a//transfer/latest/userguide/authentication-api-gateway.md +++ b//transfer/latest/userguide/authentication-api-gateway.md @@ -253 +253 @@ This example function returns the role and logical home directory details, along -When you create service-managed users, you set their home directory, either logical or physical. Similarly, we need the Lambda function results to convey the desired user physical or logical directory structure. The parameters you set depend on the value for the [HomeDirectoryType](https://docs.aws.amazon.com/transfer/latest/APIReference/API_CreateUser.html#TransferFamily-CreateUser-request-HomeDirectoryType) field. +When you create service-managed users, you set their home directory, either logical or physical. Similarly, we need the Lambda function results to convey the desired user physical or logical directory structure. The parameters you set depend on the value for the [HomeDirectoryType](https://docs.aws.amazon.com//transfer/latest/APIReference/API_CreateUser.html#TransferFamily-CreateUser-request-HomeDirectoryType) field. @@ -257 +257 @@ When you create service-managed users, you set their home directory, either logi - * `HomeDirectoryType` set to `LOGICAL` – Do _not_ set a `HomeDirectory` field. Instead, we set a `HomeDirectoryDetails` field that provides the desired Entry/Target mappings, similar to the described values in the [HomeDirectoryDetails](https://docs.aws.amazon.com/transfer/latest/APIReference/API_CreateUser.html#TransferFamily-CreateUser-request-HomeDirectoryMappings) parameter for service-managed users. + * `HomeDirectoryType` set to `LOGICAL` – Do _not_ set a `HomeDirectory` field. Instead, we set a `HomeDirectoryDetails` field that provides the desired Entry/Target mappings, similar to the described values in the [HomeDirectoryDetails](https://docs.aws.amazon.com//transfer/latest/APIReference/API_CreateUser.html#TransferFamily-CreateUser-request-HomeDirectoryMappings) parameter for service-managed users. @@ -319 +319 @@ The changes in the template that enable this capability are as follows: -If you don't see the updated lines, edit your stack. For details on how to update your CloudFormation stack, see [Modifying a stack template](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-get-template.html) in the _AWS CloudFormation; User Guide_. +If you don't see the updated lines, edit your stack. For details on how to update your CloudFormation stack, see [Modifying a stack template](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-get-template.html) in the _AWS CloudFormation; User Guide_.