@resistdesign/voltra
    Preparing search index...

    Type Alias Endpoint

    Endpoint definition for S3 client config.

    type Endpoint = {
        hostname: string;
        path: string;
        port?: string;
        protocol: string;
        query?: string;
    }
    Index

    Properties

    hostname: string

    Hostname for the endpoint.

    path: string

    Path portion of the endpoint URL.

    port?: string

    Optional port override.

    protocol: string

    Protocol scheme (e.g., https).

    query?: string

    Optional query string.