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
+1
View File
@@ -1,5 +1,6 @@
use super::{prefix::Prefix, tag::Tag};
#[derive(Debug)]
pub struct And {
pub object_size_greater_than: i64,
pub object_size_less_than: i64,