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

    Interface PresignResult

    Result of presignCommand.

    interface PresignResult {
        files: PresignedFile[];
    }
    Index

    Properties

    Properties

    files: PresignedFile[]

    One entry per generated URL. Single-file mode returns a one-element array.