aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/lifecycle.rs
Commit message (Expand)AuthorAgeFilesLines
* add request context helperYureka2024-03-041-25/+28
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-10/+13
* [dep-upgrade-202402] prepare migration to http/hyper 1.0Alex Auvolat2024-02-051-2/+2
* s3api: remove redundant serde rename attributeAlex Auvolat2023-08-311-1/+0
* s3 bucket apis: remove redundant callAlex Auvolat2023-08-301-14/+8
* lifecycle config: add missing line in merge() and remove tracingAlex Auvolat2023-08-301-12/+1
* lifecycle config: store date as given, try to debugAlex Auvolat2023-08-301-6/+16
* lifecycle worker: implement main functionalityAlex Auvolat2023-08-301-2/+2
* use a NaiveDate in data model, it serializes to string (iso 8601 format)Alex Auvolat2023-08-301-8/+7
* lifecycle: implement validation into garage's internal data structureAlex Auvolat2023-08-291-23/+177
* s3: add xml structures to serialize/deserialize lifecycle configsAlex Auvolat2023-08-291-0/+256