brows3r — TypeScript API
    Preparing search index...

    Function bucketRegionGet

    • Return the cached region for a bucket, resolving it lazily on cache miss.

      If the region is not yet known, the Rust side calls GetBucketLocation synchronously and caches the result before returning.

      Parameters

      • profileId: string

        The profile the bucket belongs to.

      • bucket: string

        The bucket name.

      Returns Promise<string>