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

    Interface UploadRetryOptions

    Shared public options for upload-layer fresh-URL retries.

    interface UploadRetryOptions {
        onUploadRetry?: UploadRetryListener;
        retry?: Partial<RetryOptions>;
        retryResponseBodyFailures?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    onUploadRetry?: UploadRetryListener

    Callback invoked before a fresh-URL upload retry.

    retry?: Partial<RetryOptions>

    Retry settings shared with the main transport retry configuration.

    retryResponseBodyFailures?: boolean

    Whether ambiguous failures after an upload POST should be retried, including response-body read failures and transport errors where B2 may have stored the payload before the success response was lost. Defaults to false. Set true only when duplicate versions or parts are acceptable.