mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-26 05:56:50 +00:00
init bucketmeta struct
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use time::OffsetDateTime;
|
||||
|
||||
use super::rule::Rule;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Lifecycle {
|
||||
pub rules: Vec<Rule>,
|
||||
pub expiry_updated_at: Option<OffsetDateTime>,
|
||||
}
|
||||
Reference in New Issue
Block a user