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

    Interface PresignResult

    Result returned by an authored S3ProviderOptions.presignObject handler.

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

    Properties

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