AWS keyspaces documentation change
Summary
Updated URL for Boto3 credentials documentation
Security assessment
The change only updates a documentation link reference. No security vulnerability or weakness is addressed. Credential handling instructions remain unchanged.
Diff
diff --git a/keyspaces/latest/devguide/using_python_driver.md b/keyspaces/latest/devguide/using_python_driver.md index de3c3f827..e765582b9 100644 --- a//keyspaces/latest/devguide/using_python_driver.md +++ b//keyspaces/latest/devguide/using_python_driver.md @@ -150 +150 @@ Usage notes: - 2. Ensure that the `aws_access_key_id`, `aws_secret_access_key`, and the `aws_session_token` match the `Access Key`, `Secret Access Key`, and `Session Token` you obtained using `boto3.session`. For more information, see [Credentials](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) in the _AWS SDK for Python (Boto3)_. + 2. Ensure that the `aws_access_key_id`, `aws_secret_access_key`, and the `aws_session_token` match the `Access Key`, `Secret Access Key`, and `Session Token` you obtained using `boto3.session`. For more information, see [Credentials](https://docs.aws.amazon.com/boto3/latest/guide/quickstart.htmlguide/credentials.html) in the _AWS SDK for Python (Boto3)_.