From 3cdb79744602c5cad20499bb0c384d1d93f14281 Mon Sep 17 00:00:00 2001 From: Schalk Snyman Date: Thu, 25 Apr 2024 16:59:22 +0200 Subject: [PATCH] docs: Add endpoint to AWSConfig in readme --- docs/sources/next/javascript-api/jslib/aws/awsconfig.md | 1 + .../markdown/docs/20 jslib/01 jslib/01 aws/00 AwsConfig.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/next/javascript-api/jslib/aws/awsconfig.md b/docs/sources/next/javascript-api/jslib/aws/awsconfig.md index 09eb2a94fb..bb2a3f1883 100644 --- a/docs/sources/next/javascript-api/jslib/aws/awsconfig.md +++ b/docs/sources/next/javascript-api/jslib/aws/awsconfig.md @@ -20,6 +20,7 @@ It takes an options object as its single parameter, with the following propertie | accessKeyID | string | The AWS access key ID credential to use for authentication. | | secretAccessKey | string | The AWS secret access credential to use for authentication. | | sessionToken (optional) | string | The AWS secret access token to use for authentication. | +| endpoint (optional) | string | The AWS endpoint. Useful for local testing. | ### Methods diff --git a/src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 AwsConfig.md b/src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 AwsConfig.md index a7e4f46834..459ff78fae 100755 --- a/src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 AwsConfig.md +++ b/src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 AwsConfig.md @@ -17,7 +17,8 @@ It takes an options object as its single parameter, with the following propertie | region | string | the AWS region to connect to. As described by [Amazon AWS docs](https://docs.aws.amazon.com/general/latest/gr/rande.html) | | accessKeyID | string | The AWS access key ID credential to use for authentication. | | secretAccessKey | string | The AWS secret access credential to use for authentication. | -| sessionToken (optional) | string | The AWS secret access token to use for authentication. | +| sessionToken (optional) | string | The AWS secret access token to use for authentication. | +| endpoint (optional) | string | The AWS endpoint. Useful for local testing. | ### Methods