summaryrefslogtreecommitdiffstats
path: root/src/rgw
diff options
context:
space:
mode:
authorMatt Benjamin <mbenjamin@redhat.com>2024-07-31 15:59:17 +0200
committerMatt Benjamin <mbenjamin@redhat.com>2024-07-31 15:59:17 +0200
commit039bd045563b1b184c7097b283aed1aecae1c65b (patch)
tree6a9e1ea5597937bc2c580b82449af8914ba92b0e /src/rgw
parentMerge PR #58878 into main (diff)
downloadceph-039bd045563b1b184c7097b283aed1aecae1c65b.tar.xz
ceph-039bd045563b1b184c7097b283aed1aecae1c65b.zip
rgwlc: fix typo in getlc (ObjectSizeGreaterThan)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Diffstat (limited to 'src/rgw')
-rw-r--r--src/rgw/rgw_lc_s3.cc2
1 files changed, 1 insertions, 1 deletions
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);