Files
lancedb/docs/src/javascript/interfaces/AwsCredentials.md
Will Jones 48f46d4751 docs(node): update indexStats signature and regenerate docs (#1742)
`indexStats` still referenced UUID even though in
https://github.com/lancedb/lancedb/pull/1702 we changed it to take name
instead.
2024-10-18 10:53:28 -07:00

766 B

vectordb / Exports / AwsCredentials

Interface: AwsCredentials

Table of contents

Properties

Properties

accessKeyId

accessKeyId: string

Defined in

index.ts:68


secretKey

secretKey: string

Defined in

index.ts:70


sessionToken

Optional sessionToken: string

Defined in

index.ts:72