bucketwarden-server 0.1.0

BucketWarden storage server runtime.
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

mod bucket_controls;
mod copy_metadata;
mod policy;

pub(crate) use bucket_controls::*;
pub(crate) use copy_metadata::*;
pub(crate) use policy::*;