Class: ComposedStorageProvider
• new ComposedStorageProvider(
input_storage
, output_storage
)Parameters
Name | Type |
---|---|
input_storage | |
output_storage |
Defined in
•
Private
_input: any
Defined in
•
Private
_output: any
Defined in
Parameters
Name | Type | Default value |
---|---|---|
destination_file | null | string | null |
Returns
Implementation of
StorageProvider.new_destination
Defined in
Parameters
Name | Type |
---|---|
data | Buffer |
Returns
Implementation of
StorageProvider.upload_bytes
Defined in
Parameters
Name | Type |
---|---|
path | string |
Returns
Implementation of
StorageProvider.upload_file
Defined in
Parameters
Name | Type |
---|---|
length | number |
stream | AsyncGenerator |
Returns
Implementation of
StorageProvider.upload_stream
Defined in
Last modified 1yr ago