diff options
Diffstat (limited to 'src/rgw/rgw_lc_s3.cc')
-rw-r--r-- | src/rgw/rgw_lc_s3.cc | 2 |
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); |