Skip to content

Commit

Permalink
Remove io.Reader from object client
Browse files Browse the repository at this point in the history
  • Loading branch information
benclive committed Jul 3, 2024
1 parent 8da2bb3 commit 1b1d8f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/chunk/client/object_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ type client struct {
keyEncoder KeyEncoder
getChunkMaxParallel int
schema config.SchemaConfig
entropy io.Reader
}

// NewClient wraps the provided ObjectClient with a chunk.Client implementation
Expand Down

0 comments on commit 1b1d8f4

Please sign in to comment.