Member Junction
    Preparing search index...

    Result from creating a pre-authenticated upload URL

    interface CreatePreAuthUploadUrlResult {
        errorMessage?: string;
        httpHeaders?: Record<string, string>;
        httpMethod?: string;
        providerKey?: string;
        success: boolean;
        uploadUrl: string;
    }
    Index

    Properties

    errorMessage?: string

    Error message if failed

    httpHeaders?: Record<string, string>

    Additional HTTP headers to pass

    httpMethod?: string

    HTTP method to use (e.g. PUT, POST)

    providerKey?: string

    The provider-specific key for the object

    success: boolean

    Whether URL generation succeeded

    uploadUrl: string

    The URL to use for uploading