Stone.js API
    Preparing search index...

    Options for a temporary (signed) download URL.

    interface TemporaryUrlOptions {
        expiresIn?: number;
        responseContentDisposition?: string;
        responseContentType?: string;
    }
    Index
    expiresIn?: number

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

    responseContentDisposition?: string

    Force a Content-Disposition on the response (e.g. attachment; filename="x").

    responseContentType?: string

    Force a Content-Type on the response (e.g. inline preview vs download).