mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-03 18:32:55 +00:00
`indexStats` still referenced UUID even though in https://github.com/lancedb/lancedb/pull/1702 we changed it to take name instead.
42 lines
766 B
Markdown
42 lines
766 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / AwsCredentials
|
|
|
|
# Interface: AwsCredentials
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [accessKeyId](AwsCredentials.md#accesskeyid)
|
|
- [secretKey](AwsCredentials.md#secretkey)
|
|
- [sessionToken](AwsCredentials.md#sessiontoken)
|
|
|
|
## Properties
|
|
|
|
### accessKeyId
|
|
|
|
• **accessKeyId**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:68](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L68)
|
|
|
|
___
|
|
|
|
### secretKey
|
|
|
|
• **secretKey**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:70](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L70)
|
|
|
|
___
|
|
|
|
### sessionToken
|
|
|
|
• `Optional` **sessionToken**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:72](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L72)
|