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

    Interface ServerSideEncryptionInput

    Server-side encryption setting accepted by bucket mutation tools.

    interface ServerSideEncryptionInput {
        algorithm?: "AES256";
        mode: "none" | "SSE-B2";
    }
    Index
    algorithm?: "AES256"

    Encryption algorithm; B2 supports AES256 for SSE-B2.

    mode: "none" | "SSE-B2"

    B2 encryption mode to apply to new objects.