Skip to content

Commit 039bd04

Browse files
committed
rgwlc: fix typo in getlc (ObjectSizeGreaterThan)
Signed-off-by: Matt Benjamin <[email protected]>
1 parent e23ec03 commit 039bd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/rgw_lc_s3.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void LCFilter_S3::dump_xml(Formatter *f) const
133133
}
134134
}
135135
if (has_size_gt()) {
136-
encode_xml("ObjectSizeGreaterThanw", size_gt, f);
136+
encode_xml("ObjectSizeGreaterThan", size_gt, f);
137137
}
138138
if (has_size_lt()) {
139139
encode_xml("ObjectSizeLessThan", size_lt, f);

0 commit comments

Comments
 (0)