This commit is contained in:
weisd
2024-10-01 04:35:25 +08:00
parent 87a332ee81
commit 32baa7f146
39 changed files with 513 additions and 238 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
mod encryption;
mod event;
mod lifecycle;
mod metadata;
pub mod metadata;
mod metadata_sys;
mod objectlock;
mod policy;
mod quota;
@@ -10,4 +11,4 @@ mod tags;
mod target;
mod versioning;
pub use metadata::BucketMetadata;
pub use metadata_sys::get_bucket_metadata_sys;