Interface PresignedRequest

PresignedRequest is a presigned request return by presign.

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

Properties

Properties

headers: Record<string, string>

HTTP headers of this request.

method: string

HTTP method of this request.

url: string

URL of this request.

Copyright © 2022-2024, The Apache Software Foundation. Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.