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

    Result returned by S3.presignObject or S3Object.presign.

    interface PresignResult {
        url: string;
        method: PresignMethod;
        expiresAt?: Date;
        headers: Record<string, string>;
    }
    Index

    Properties

    url: string
    expiresAt?: Date
    headers: Record<string, string>