class AttachmentDriverFilesystem
implements IReplicaAttachmentDriver
import { AttachmentDriverFilesystem } from "https://deno.land/x/earthstar@v10.0.1/src/replica/attachment_drivers/filesystem.node.ts";
An attachment driver which persists attachments using the local filesystem. Works with Node.
Methods
private
ensurePath(...args: string[])close(erase: boolean): Promise<void>
erase(formatName: string, attachmentHash: string)
filter(attachments: Record<string, Set<string>>): Promise<{ format: string; hash: string; }[]>
getAttachment(formatName: string, attachmentHash: string): Promise<DocAttachment | undefined>
isClosed(): boolean
stage(formatName: string, attachment: ReadableStream<Uint8Array> | Uint8Array)
wipe()