@valon-technologies/gestalt
    Preparing search index...

    Options used when generating a presigned URL.

    interface PresignOptions {
        method?: PresignMethod;
        expiresSeconds?: number | bigint;
        contentType?: string;
        contentDisposition?: string;
        headers?: Record<string, string>;
    }
    Index

    Properties

    method?: PresignMethod
    expiresSeconds?: number | bigint
    contentType?: string
    contentDisposition?: string
    headers?: Record<string, string>