Skip to content

Commit

Permalink
Add link to original S3 file
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Jun 18, 2024
1 parent e9bccc2 commit 2795ef6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/v7-aws-s3-request-signing/public/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ <h2>Overview</h2>
This is a simple example of an HTML file stored on Amazon S3. The file
is served by an edge function that signs the request using AWS v4
signature algorithm.
<a href="/s3/aws_request_signing.html" target="_blank"
>View the original file</a
>.

<ul>
<li>Original file: <a href="https://edgio-docs-demo.s3.us-east-2.amazonaws.com/aws_request_signing.html" target="_blank">https://edgio-docs-demo.s3.us-east-2.amazonaws.com/aws_request_signing.html</a> (Unsigned, access denied)</li>
<li>Signed file: <a href="/s3/aws_request_signing.html" target="_blank">/s3/aws_request_signing.html</a> (Signed, access granted)</li>
</ul>
</p>
<h2>Router Configuration</h2>
<div class="highlight">
Expand Down

0 comments on commit 2795ef6

Please sign in to comment.