Skip to content

routier-collection


routier-collection / plugins/blob/src / PresignedUpload

Type Alias: PresignedUpload

PresignedUpload = object

Defined in: plugins/blob/src/stores/types.ts:95

Properties

url

url: string

Defined in: plugins/blob/src/stores/types.ts:97

Where to PUT the bytes.


headers

headers: Record<string, string>

Defined in: plugins/blob/src/stores/types.ts:100

Headers the client must send verbatim, or the signature will not match.

Released under the MIT License.