pub fn sha256_of(path: &Path) -> Result<String>Expand description
The hash that becomes part of the object key.
Hex-encoded lowercase, so it is the same string sha256sum prints — the
deploy container verifies with that, and a mismatch in encoding would be a
confusing way to discover it.