From: Matt Benjamin Date: Wed, 31 Jul 2024 13:59:17 +0000 (-0400) Subject: rgwlc: fix typo in getlc (ObjectSizeGreaterThan) X-Git-Tag: v19.2.1~128^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=545f7b5e0cb11b2a4fc0d20ba1c11a05341a147c;p=ceph.git rgwlc: fix typo in getlc (ObjectSizeGreaterThan) Signed-off-by: Matt Benjamin (cherry picked from commit 039bd045563b1b184c7097b283aed1aecae1c65b) --- diff --git a/src/rgw/rgw_lc_s3.cc b/src/rgw/rgw_lc_s3.cc index 77d563b8be4..bdea738a4ac 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);