init bucketmetadata_sys

This commit is contained in:
weisd
2024-10-01 23:06:09 +08:00
parent 32baa7f146
commit 25bfd1bbc4
13 changed files with 372 additions and 147 deletions
+2
View File
@@ -1,4 +1,5 @@
mod encryption;
mod error;
mod event;
mod lifecycle;
pub mod metadata;
@@ -10,5 +11,6 @@ mod replication;
mod tags;
mod target;
mod versioning;
pub mod utils;
pub use metadata_sys::get_bucket_metadata_sys;