]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
typo
authorgalsalomon66 <gal.salomon@gmail.com>
Sat, 27 Nov 2021 19:53:55 +0000 (21:53 +0200)
committergalsalomon66 <gal.salomon@gmail.com>
Sat, 18 Dec 2021 11:51:55 +0000 (13:51 +0200)
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
doc/radosgw/s3select.rst

index 10b36bb8b0636aa4c17dce89a095e2e4d3336057..abe321ab307df585641c103a83ace08397ea82ab 100644 (file)
@@ -566,7 +566,6 @@ BOTO3
     for event in r['Payload']:
             if 'Records' in event:
                 result = ""
-                records = event['Records']
                 records = event['Records']['Payload'].decode('utf-8')
                 result += records
             if 'Progress' in event: