//! Policy persisted immutable data backend abstraction.
//!
//! Provides trait and implementations for storing/retrieving immutable policy
//! artifacts (WASM, Rego) + manifests. S3 for prod, local filesystem for dev.
pub use S3Backend;
pub use ;
pub use ;
pub use PersistedImmutableDataResolver;