You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+104-1Lines changed: 104 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ NGINX AWS Signature Library to authenticate AWS services such as S3 and Lambda v
4
4
5
5

6
6
7
+
**TABLE OF CONTENTS:**
8
+
9
+
-[Getting Started](#getting-started)
10
+
-[Directory Structure and File Descriptions](#directory-structure-and-file-descriptions)
11
+
-[How to Use](#how-to-use)
12
+
-[Contributing](#contributing)
13
+
-[Authors and acknowledgment](#authors-and-acknowledgment)
14
+
-[License](#license)
15
+
7
16
## Getting Started
8
17
9
18

@@ -38,7 +47,101 @@ nginx-aws-signature
38
47
39
48
## How to Use
40
49
41
-
TBD
50
+
### Sparse Checkouts of Submodules
51
+
52
+
Create or update git submodule when using this lib in your repository. Otherwise, copy [`core/*.js`](./core/) into the prefered directory on your NGINX instance.
53
+
54
+
#### Step 1. Choose one of the following options
55
+
- Option 1. Clone this repo with a depth of 1 for the first time
### Integrate AWS Signature Lib To Your Custom NJS
110
+
111
+
Import library files of `nginx-aws-signature`, and implement a function to generate `Authorization` header by using the lib with the proper parameters in your custom NJS.
0 commit comments