AWS sap documentation change
Summary
Fixed URL formatting in two places: corrected a broken example S3 signature file URL and updated an Amazon SNS console URL from markdown link to raw URL.
Security assessment
The changes are purely cosmetic URL formatting fixes. The first corrects a malformed example URL for signature verification, but this doesn't address any security vulnerability. Signature verification functionality remains unchanged. The second updates a console link format without altering security content.
Diff
diff --git a/sap/latest/sap-hana/aws-backint-agent-s3-installing-configuring.md b/sap/latest/sap-hana/aws-backint-agent-s3-installing-configuring.md index 2d05f13d8..848c3d917 100644 --- a//sap/latest/sap-hana/aws-backint-agent-s3-installing-configuring.md +++ b//sap/latest/sap-hana/aws-backint-agent-s3-installing-configuring.md @@ -225 +225 @@ If you leave this field empty, AWS Backint installer will prompt you to confirm - * Choose `y` to verify the signature of the AWS Backint agent source file. If you choose `y`, enter the Amazon S3 bucket location of the signature file of the agent binary `–0—tar` file, for example, ` [https://s3.amazonaws.com/awssap-backint-agent/binary/latest/aws-backint-agent.sig](https://s3.amazonaws.com/awssap-backint-agent/binary/latest/aws-backint-agent.sig) `. Or, provide a local file that is stored on the instance. If you proceed without making a selection, the default location listed within brackets ([]) is used. + * Choose `y` to verify the signature of the AWS Backint agent source file. If you choose `y`, enter the Amazon S3 bucket location of the signature file of the agent binary `–0—tar` file, for example, `https://s3.amazonaws.com/awssap-backint-agent/binary/latest/aws-backint-agent.sig`. Or, provide a local file that is stored on the instance. If you proceed without making a selection, the default location listed within brackets ([]) is used. @@ -829 +829 @@ Amazon Simple Notification Service (Amazon SNS) can notify you when new versions - 1. Open the Amazon SNS console at [https://console.aws.amazon.com/sns/v3/home](https://console.aws.amazon.com/sns/v3/home). + 1. Open the Amazon SNS console at https://console.aws.amazon.com/sns/v3/home.