@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface UploadUrlEntry

    A pre-authorized upload URL paired with its authorization token.

    interface UploadUrlEntry {
        authorizationToken: string;
        uploadUrl: string;
    }
    Index

    Properties

    authorizationToken: string

    Authorization token to include with the upload request.

    uploadUrl: string

    The URL to POST file data to.