Files
lancedb/docs/src/javascript/interfaces/AwsCredentials.md
Lei Xu 9a9fc77a95 doc: improve docs for nodejs connect functions (#833)
* improve the docstring for NodeJS connect functions and
`ConnectOptions` parameters.
* Simplify `npm run build` steps.
2024-01-19 16:07:53 -08:00

763 B

vectordb / Exports / AwsCredentials

Interface: AwsCredentials

Table of contents

Properties

Properties

accessKeyId

accessKeyId: string

Defined in

index.ts:54


secretKey

secretKey: string

Defined in

index.ts:56


sessionToken

Optional sessionToken: string

Defined in

index.ts:58