brows3r — TypeScript API
    Preparing search index...

    Function bucketsList

    • List all buckets for the given profile.

      Applies the validation gate and SWR cache logic on the Rust side. Emits buckets:updated { profileId } after every revalidation.

      Parameters

      • profileId: string

        The profile whose buckets to list.

      • Optionalforce: boolean

        When true, bypass the cache and fetch from S3.

      Returns Promise<BucketSummary[]>