@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Variable EncryptionModeConst

    EncryptionMode: { None: "none"; SseB2: "SSE-B2"; SseC: "SSE-C" } = ...

    Named constants for the server-side encryption mode used by a file.

    Most callers should use the SSE_B2, SSE_NONE, and sseCustomer helpers below which return complete EncryptionSetting objects. These constants are useful when you need the bare mode discriminator (e.g., when introspecting a file's current encryption setting).

    Type Declaration

    • ReadonlyNone: "none"

      No encryption.

    • ReadonlySseB2: "SSE-B2"

      B2-managed encryption keys.

    • ReadonlySseC: "SSE-C"

      Customer-provided encryption keys.