StorageProvider
▸ init():
Promise
<void
>Promise
<void
>
▸ close():
Promise
<void
>Promise
<void
>
▸ receive(
path
): Promise
<string
>Name | Type |
---|---|
path | string |
Promise
<string
>
▸ publish(
src
): Promise
<string
>Name | Type |
---|---|
src | string | Buffer |
Promise
<string
>
▸ release(
urls
): Promise
<void
>Name | Type |
---|---|
urls | string [] |
Promise
<void
>Last modified 1mo ago