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

    Interface CreateObjectAccessURLResponse

    CreateObjectAccessURLResponse returns a hosted object-access URL plus any headers the caller must include when using it.

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

    Properties

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