Stone.js API
    Preparing search index...

    Options for a temporary (signed) upload URL.

    interface TemporaryUploadUrlOptions {
        contentLength?: number;
        contentType?: string;
        expiresIn?: number;
    }
    Index
    contentLength?: number

    The exact Content-Length to bind into the signature, if the driver supports it.

    contentType?: string

    The Content-Type the client will upload with (bound into the signature when set).

    expiresIn?: number

    Seconds until the URL expires (driver default applies when omitted).