Skip to content

Commit

Permalink
add options to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 5, 2023
1 parent f6bf558 commit 55f60c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/mqtt/websocket_connect/README_custom_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ Options for custom auth
To run the websocket connect use the following command:

```
./websocket-connect --endpoint <endpoint> --signing_region <signing region>
./websocket-connect --endpoint <endpoint> --signing_region <signing region> --custom_auth_username <str> --custom_auth_authorizer_name <str> --custom_auth_authorizer_signature <str> --custom_auth_password <str> --custom_auth_token_name <str> --custom_auth_token_value <str>
```

2 changes: 1 addition & 1 deletion samples/mqtt/websocket_connect/README_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Options for connecting through an HTTP proxy
To run the websocket connect use the following command:

``` sh
./websocket-connect --endpoint <endpoint> --signing_region <signing region>
./websocket-connect --endpoint <endpoint> --signing_region <signing region> --proxy_host <str> --proxy_port <int>
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ Options for static credentials
To run the websocket connect use the following command:

``` sh
./websocket-connect --endpoint <endpoint> --signing_region <signing region>
./websocket-connect --endpoint <endpoint> --signing_region <signing region> --access_key_id <str> --secret_access_key <str> --session_token <str>
```

0 comments on commit 55f60c6

Please sign in to comment.