# Functions
HashPrefix calculates a 64bit hash of the input string and hex-encodes the result, taking care to zero pad etc.
IsRetryableErr returns true if the request failed due to some retryable server-side scenario.
IsStorageThrottledErr returns true if error means that object cannot be retrieved right now due to throttling.
IsStorageTimeoutErr returns true if error means that object cannot be retrieved right now due to server-side timeouts.
NewBigtableObjectClient makes a new chunk.Client that stores chunks in Bigtable.
NewGCSObjectClient makes a new chunk.Client that writes chunks to GCS.
NewStorageClientColumnKey returns a new v2 StorageClient.
NewStorageClientV1 returns a new v1 StorageClient.
NewTableClient returns a new TableClient.
# Variables
Fixtures for unit testing GCP storage.
# Structs
Config for a StorageClient.
GCSConfig is config for the GCS Chunk Client.