@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2Encryption

    Server-side encryption metadata returned by B2 file APIs.

    interface B2Encryption {
        algorithm?: string;
        mode: "none" | "SSE-B2" | "SSE-C";
    }
    Index
    algorithm?: string

    Encryption algorithm reported by B2, when present.

    mode: "none" | "SSE-B2" | "SSE-C"

    Encryption mode reported by B2.