backblaze-labs/b2-action - v0.1.0
    Preparing search index...

    Interface PresignedFile

    One entry in PresignResult.files.

    interface PresignedFile {
        expiresAt: number;
        fileName: string;
        url: string;
    }
    Index

    Properties

    expiresAt: number

    Expiration time as milliseconds since the epoch.

    fileName: string

    B2 file name (the key the URL grants access to).

    url: string

    Presigned download URL. Masked via core.setSecret before this struct is logged.