s3: add xml structures to serialize/deserialize lifecycle configs

This commit is contained in:
Alex Auvolat
2023-08-29 17:44:17 +02:00
parent 0b83e0558e
commit 8041d9a827
3 changed files with 263 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ mod copy;
pub mod cors;
mod delete;
pub mod get;
mod lifecycle;
mod list;
mod multipart;
mod post_object;