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

    Interface PresignObjectResponse

    PresignObjectResponse returns a presigned URL plus any required headers.

    interface PresignObjectResponse {
        url: string;
        method: number;
        expiresAt?: Date;
        headers: { [key: string]: string };
    }
    Index

    Properties

    url: string
    method: number
    expiresAt?: Date
    headers: { [key: string]: string }