brows3r — TypeScript API
    Preparing search index...

    Function objectsList

    • List objects under prefix in bucket with delimiter="/".

      Returns virtual-folder prefixes (CommonPrefixes) as entries with isPrefix = true. First-page results are cached on the Rust side; subsequent pages always hit S3.

      Parameters

      • profileId: string

        The profile whose credentials to use.

      • bucket: string

        The bucket name.

      • prefix: string

        The prefix to list under (e.g. "photos/" or "").

      • Optionalopts: ObjectsListOpts

        Optional continuation token and cache-bypass flag.

      Returns Promise<ListPage>