Trevixal API
    Preparing search index...

    Interface PresignedUpload

    interface PresignedUpload {
        headers?: Readonly<Record<string, string>>;
        key?: string;
        publicUrl: string;
        uploadUrl: string;
    }
    Index
    headers?: Readonly<Record<string, string>>

    Extra headers the signature covers (e.g. x-amz-acl).

    key?: string
    publicUrl: string

    Public URL the object will be served from.

    uploadUrl: string

    URL to PUT the bytes to.