From: Matt Benjamin Date: Wed, 31 Jul 2024 13:59:17 +0000 (-0400) Subject: rgwlc: fix typo in getlc (ObjectSizeGreaterThan) X-Git-Tag: v20.0.0~1269^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=039bd045563b1b184c7097b283aed1aecae1c65b;p=ceph.git rgwlc: fix typo in getlc (ObjectSizeGreaterThan) Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_lc_s3.cc b/src/rgw/rgw_lc_s3.cc index 77d563b8be4a..bdea738a4ace 100644 --- a/src/rgw/rgw_lc_s3.cc +++ b/src/rgw/rgw_lc_s3.cc @@ -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);