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

    Interface SseCPublicSetting

    Server-side encryption using customer-provided keys as returned by B2 responses.

    interface SseCPublicSetting {
        algorithm: "AES256";
        mode: "SSE-C";
    }
    Index

    Properties

    Properties

    algorithm: "AES256"

    Encryption algorithm. Always 'AES256'.

    mode: "SSE-C"

    Encryption mode discriminator. Always 'SSE-C'.