AWS cli documentation change
Summary
Updated CLI version reference from 2.27.51 to 2.27.54. Added IPv6 support documentation for SMB file server connections and clarified Kerberos authentication requirements.
Security assessment
The change adds documentation about IPv6 support and clarifies Kerberos authentication requirements, which relates to security configuration but does not indicate a specific security vulnerability being addressed. The note about Kerberos authentication reinforces security best practices.
Diff
diff --git a/cli/latest/reference/datasync/update-location-smb.md b/cli/latest/reference/datasync/update-location-smb.md index bea971dd4..cd04b8cf7 100644 --- a//cli/latest/reference/datasync/update-location-smb.md +++ b//cli/latest/reference/datasync/update-location-smb.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -119 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy -> Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to. +> Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to. @@ -121 +121 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy -> Remember the following when configuring this parameter: +> ### Note @@ -123,4 +123 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy -> * You can’t specify an IP version 6 (IPv6) address. -> * If you’re using Kerberos authentication, you must specify a domain name. -> - +> If you’re using Kerberos authentication, you must specify a domain name. @@ -207 +204 @@ JSON Syntax: -> Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if `AuthenticationType` is set to `KERBEROS` . +> Specifies the IP addresses (IPv4 or IPv6) for the DNS servers that your SMB file server belongs to. This parameter applies only if `AuthenticationType` is set to `KERBEROS` . @@ -373 +370 @@ None - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »