backblaze-labs/b2-action - v1.2.0
    Preparing search index...

    Interface UploadFileNameOwner

    Local file and projected B2 key used for duplicate upload-key checks.

    interface UploadFileNameOwner {
        fileName: string;
        localPath: string;
    }
    Index
    fileName: string

    Final B2 file name after destination remapping.

    localPath: string

    Absolute or resolved local file path.