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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,9 @@ final class Example {
101
101
102
102
## Examples
103
103
104
-
To run the [Amazon OpenSearch Sample](src/test/java/io/github/acm19/aws/interceptor/test/AmazonOpenSearchServiceSample.java) pass the values of _endpoint_ and _region_ into `exec.args`.
104
+
### Apache HTTP Client
105
+
106
+
To run the [Amazon OpenSearch Sample](src/test/java/io/github/acm19/aws/interceptor/test/AmazonOpenSearchServiceSample.java) pass the values of `endpoint` and `region` into `exec.args`.
105
107
106
108
```
107
109
export AWS_ACCESS_KEY_ID=
@@ -119,6 +121,26 @@ ENDPOINT=<your-endpoint> REGION=<your-region> make run_sample
119
121
120
122
See [examples](src/test/java/io/github/acm19/aws/interceptor/test) for more valid requests.
121
123
124
+
### Apache HTTP Client V5
125
+
126
+
To run the [Amazon OpenSearch Sample](src/test/java/io/github/acm19/aws/interceptorv5/test/AmazonOpenSearchServiceSample.java) pass the values of `endpoint` and `region` into `exec.args`.
0 commit comments