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

    Interface SynchronizerUpConfig

    Configuration for a local-to-B2 sync (upload direction).

    interface SynchronizerUpConfig {
        bucket: Bucket;
        dest: B2SyncFolder;
        options: SyncOptions;
        prefix: string;
        source: LocalSyncFolder;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bucket: Bucket

    The target B2 bucket.

    B2 destination folder.

    options: SyncOptions

    Options controlling comparison, deletion policy, and concurrency.

    prefix: string

    Key prefix for uploaded files in the bucket.

    Local source folder.