pub(crate) fn finalize() -> Result<()>Expand description
The single writer of the manifest.
Runs after both producers, holds the write credential, and is master-only — a PR run never publishes, so there is nothing to finalize. Being the only writer is what removes the concurrent-writer case, and with it any need for a conditional put the object store may not support.