diff options
author | Alex Auvolat <alex@adnab.me> | 2023-08-31 00:00:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-08-31 00:00:26 +0200 |
commit | be03a4610f4a6e3863e6113491e308bbcea9ca94 (patch) | |
tree | 92d774c9659b90d5c6cdc4058c816d99d39fce18 /src/api/s3/lifecycle.rs | |
parent | b2f679675e3390bea6c6b3b9fb3632d0ed414a75 (diff) | |
download | garage-be03a4610f4a6e3863e6113491e308bbcea9ca94.tar.gz garage-be03a4610f4a6e3863e6113491e308bbcea9ca94.zip |
s3api: remove redundant serde rename attribute
Diffstat (limited to 'src/api/s3/lifecycle.rs')
-rw-r--r-- | src/api/s3/lifecycle.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/s3/lifecycle.rs b/src/api/s3/lifecycle.rs index 11199190..1e7d6755 100644 --- a/src/api/s3/lifecycle.rs +++ b/src/api/s3/lifecycle.rs @@ -83,7 +83,6 @@ pub async fn handle_put_lifecycle( // ---- SERIALIZATION AND DESERIALIZATION TO/FROM S3 XML ---- #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)] -#[serde(rename = "LifecycleConfiguration")] pub struct LifecycleConfiguration { #[serde(serialize_with = "xmlns_tag", skip_deserializing)] pub xmlns: (), |