pub async fn fetch_shard_or_retry(
    lake_s3_client: &dyn S3Client,
    s3_bucket_name: &str,
    block_height: u64,
    shard_id: u64
) -> Result<IndexerShard, LakeError>
Expand description

Fetches the shard data JSON from AWS S3 and returns the IndexerShard