brows3r — TypeScript API
    Preparing search index...

    Function objectsListFlat

    • List all objects under prefix in bucket without a delimiter.

      Returns the full key tree — no virtual folders. Useful for search, bulk selection, or computing prefix sizes. First-page results are cached on the Rust side using a separate cache key from objectsList.

      Parameters

      • profileId: string

        The profile whose credentials to use.

      • bucket: string

        The bucket name.

      • prefix: string

        The prefix to list under.

      • Optionalopts: ObjectsListOpts

        Optional continuation token and cache-bypass flag.

      Returns Promise<ListPage>