StorageCredentials

@human-protocol/sdk


@human-protocol/sdk / types / StorageCredentials

Type Alias: StorageCredentials

readonly StorageCredentials = object

Defined in: types.ts:40

AWS/GCP cloud storage access data

Deprecated

StorageClient is deprecated. Use Minio.Client directly.

Properties

accessKey

accessKey: string

Defined in: types.ts:44

Access Key


secretKey

secretKey: string

Defined in: types.ts:48

Secret Key

Last updated