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

    Interface CreateObjectAccessURLRequest

    CreateObjectAccessURLRequest asks the host to mint an HTTP object-access URL for a plugin-scoped S3 binding. The host authorizes and scopes the URL, then streams object bytes through the backing S3 provider.

    interface CreateObjectAccessURLRequest {
        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 }