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

    Interface PresignObjectRequest

    PresignObjectRequest asks the provider to mint a presigned URL.

    interface PresignObjectRequest {
        ref?: S3ObjectRef;
        method: number;
        expiresSeconds: bigint;
        contentType: string;
        contentDisposition: string;
        headers: { [key: string]: string };
    }
    Index

    Properties

    method: number
    expiresSeconds: bigint
    contentType: string
    contentDisposition: string
    headers: { [key: string]: string }