Skip to content

Commit 11b3e83

Browse files
docs: Add endpoint to AWSConfig in readme (#1569)
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent ce276d4 commit 11b3e83

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

docs/sources/k6/v0.47.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.48.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.49.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.50.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.51.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.52.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.53.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.54.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.55.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

docs/sources/k6/v0.56.x/javascript-api/jslib/aws/awsconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie
2020
| accessKeyID | string | The AWS access key ID credential to use for authentication. |
2121
| secretAccessKey | string | The AWS secret access credential to use for authentication. |
2222
| sessionToken (optional) | string | The AWS secret access token to use for authentication. |
23+
| endpoint (optional) | string | The AWS endpoint. Useful for local testing. |
2324

2425
### Methods
2526

0 commit comments

Comments
 (0)