Description of problem: s3cmd getlifecycle for 'ObjectSizeGreaterThan' filter has a typo error. s3cmd getlifecycle shows 'ObjectSizeGreaterThanw' instead of 'ObjectSizeGreaterThan' ---------------- s3cmd getlifecycle shows 'ObjectSizeGreaterThanw' ------------ (venv) [root@ceph-pri-vim-3way-q1spqr-node4 s3cmd]# s3cmd getlifecycle s3://test-lc-1 <?xml version="1.0" ?> <LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Rule> <ID>Test LC expiration at archive zone</ID> <Filter> <And> <Prefix>tax</Prefix> <ObjectSizeGreaterThanw>500</ObjectSizeGreaterThanw> <ObjectSizeLessThan>64000</ObjectSizeLessThan> </And> </Filter> <Status>Enabled</Status> <NoncurrentVersionExpiration> <NoncurrentDays>3</NoncurrentDays> </NoncurrentVersionExpiration> </Rule> </LifecycleConfiguration> (venv) [root@ceph-pri-vim-3way-q1spqr-node4 s3cmd]# Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 8.0 security, bug fix, and enhancement updates), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2024:10216