Skip to content

Commit

Permalink
Add S3 signing example
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Jun 18, 2024
1 parent bbe0514 commit b8152c7
Show file tree
Hide file tree
Showing 9 changed files with 11,355 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/v7-aws-s3-request-signing/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
S3_HOSTNAME=edgio-docs-demo.s3.us-east-2.amazonaws.com
S3_REGION=us-east-2
S3_ACCESS_KEY_ID=XXX
S3_SECRET_ACCESS_KEY=YYY
4 changes: 4 additions & 0 deletions examples/v7-aws-s3-request-signing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Edgio generated build directory
/.edgio

/node_modules
Loading

0 comments on commit b8152c7

Please sign in to comment.