brows3r — TypeScript API
    Preparing search index...

    Interface ObjectsListOpts

    interface ObjectsListOpts {
        continuationToken?: string;
        force?: boolean;
    }
    Index

    Properties

    continuationToken?: string

    Continuation token from a previous page's nextContinuationToken.

    force?: boolean

    When true, bypass the Rust-side cache and fetch from S3.