AWS cli medium security documentation change
Summary
Updated CLI version reference, added IPv6 support in server address description, added note about Secrets Manager secret storage
Security assessment
The Secrets Manager note addition clarifies secure secret storage practices, directly impacting security posture.
Diff
diff --git a/cli/latest/reference/datasync/update-location-object-storage.md b/cli/latest/reference/datasync/update-location-object-storage.md index 699a02a61..ecf29ca7d 100644 --- a//cli/latest/reference/datasync/update-location-object-storage.md +++ b//cli/latest/reference/datasync/update-location-object-storage.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -130 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy -> Specifies the domain name or IP version 4 (IPv4) address of the object storage server that your DataSync agent connects to. +> Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to. @@ -138,0 +139,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy +> +> ### Note +> +> If you provide a secret using `SecretKey` , but do not provide secret configuration details using `CmkSecretConfig` or `CustomSecretConfig` , then DataSync stores the token using your Amazon Web Services account’s Secrets Manager secret. @@ -364 +368 @@ None - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »