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

    Function hideCommand

    • Hide a file in B2 (creates a "hide marker" file version that masks the previous version from listFileNames and downloads-by-name).

      Versioning is always on in B2, so hide is a soft-delete: the underlying data and prior versions remain until lifecycle rules collect them. To permanently delete, use the delete command.

      To unhide, run delete against the hide marker's fileId (use list with versions if you need to discover it).

      Parameters

      Returns Promise<HideResult>