Beignet API reference
    Preparing search index...

    Interface DirectUploadInstruction

    Direct upload instruction returned by an upload signer.

    interface DirectUploadInstruction {
        expiresAt: string;
        headers?: Record<string, string>;
        method: "PUT";
        url: string;
    }
    Index

    Properties

    expiresAt: string
    headers?: Record<string, string>
    method: "PUT"
    url: string