Key_cache.Spec
type t =
| On_disk of {
directory : string;
should_write : bool;
}
| S3 of {
bucket_prefix : string;
install_path : string;