]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgwlc: fix typo in getlc (ObjectSizeGreaterThan)
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 31 Jul 2024 13:59:17 +0000 (09:59 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 14 Aug 2024 15:07:22 +0000 (11:07 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 039bd045563b1b184c7097b283aed1aecae1c65b)

src/rgw/rgw_lc_s3.cc

index 77d563b8be4a7af55458904be4a5e3d083eab0ba..bdea738a4ace6f91ae5210e81cd74189a9151666 100644 (file)
@@ -133,7 +133,7 @@ void LCFilter_S3::dump_xml(Formatter *f) const
     }
   }
   if (has_size_gt()) {
-    encode_xml("ObjectSizeGreaterThanw", size_gt, f);
+    encode_xml("ObjectSizeGreaterThan", size_gt, f);
   }
   if (has_size_lt()) {
     encode_xml("ObjectSizeLessThan", size_lt, f);