The object storage needs throttling for reads and writes (bytes per second and objects per second). If it is not available [benchmarks show](https://git.easter-eggs.org/biceps/biceps) that it degrades reads, writes and latency.
* Synchronize clients IO consumption via a PostgreSQL table
* Implement a [leaky bucket](https://en.wikipedia.org/wiki/Leaky_bucket) python class
Outcome: Code in a repository tree