videosphere
    Preparing search index...

    Interface GetObjectStreamOptions

    Options for streaming reads from R2 via GetObject.

    interface GetObjectStreamOptions {
        signal?: AbortSignal;
        rangeStart?: number;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal
    rangeStart?: number

    When set, requests only bytes from this index through EOF (S3 Range: bytes=N-). Returned contentLength is still the full object size for resumable upload headers.