pub fn store(
    store: impl Store,
    location: Location,
    path: &Path,
    contents: &[u8]
) -> Result<(), Error>
Expand description

Creates parent directory if necessary, then writes.