@celo/identity"offchain/storage-writers"AwsStorageWriter

Class: AwsStorageWriter

Hierarchy

LocalStorageWriter

AwsStorageWriter

Index

Constructors

Properties

Methods

Constructors

constructor

+ new AwsStorageWriter(local: string, bucket: string): AwsStorageWriter

Overrides LocalStorageWriter.constructor

Defined in packages/sdk/identity/src/offchain/storage-writers.ts:54

Parameters:

Name Type
local string
bucket string

Returns: AwsStorageWriter

Properties

Readonly local

local: string

Defined in packages/sdk/identity/src/offchain/storage-writers.ts:56


Readonly root

root: string

Inherited from LocalStorageWriter.root

Defined in packages/sdk/identity/src/offchain/storage-writers.ts:11

Methods

write

write(data: Buffer, dataPath: string): Promise‹void›

Overrides LocalStorageWriter.write

Defined in packages/sdk/identity/src/offchain/storage-writers.ts:61

Parameters:

Name Type
data Buffer
dataPath string

Returns: Promise‹void›