Apache OpenDAL™ - v0.48.1
    Preparing search index...

    Interface PresignedRequest

    PresignedRequest is a presigned request return by presign.

    interface PresignedRequest {
        headers: Record<string, string>;
        method: string;
        url: string;
    }
    Index

    Properties

    Properties

    headers: Record<string, string>

    HTTP headers of this request.

    method: string

    HTTP method of this request.

    url: string

    URL of this request.