init bucketmeta struct

This commit is contained in:
weisd
2024-09-27 17:53:44 +08:00
parent b4f8088f0f
commit dfb4c9f726
21 changed files with 335 additions and 19 deletions
+5
View File
@@ -1,5 +1,10 @@
mod and;
mod delmarker;
mod expiration;
mod fileter;
pub(crate) mod lifecycle;
mod noncurrentversion;
mod prefix;
mod rule;
mod tag;
mod transition;