]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
examples/rgw: add type to HeadBucketOutput for old boto
authorCasey Bodley <cbodley@redhat.com>
Fri, 24 Jan 2025 16:20:32 +0000 (11:20 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 24 Jan 2025 16:20:36 +0000 (11:20 -0500)
0f55c1759d4f959f4de448289b5f31fc95ae88d5 added an override for
the "HeadBucketOutput" shape, but that didn't exist until botocore
1.33.2. s3-tests is pinned to botocore <1.28.0

Fixes: https://tracker.ceph.com/issues/69582
Signed-off-by: Casey Bodley <cbodley@redhat.com>
examples/rgw/boto3/service-2.sdk-extras.json

index 4618543d61baf38d88362f2967a436cef9df2795..d96c0f32caed1033670801c7192a64eb899afa0d 100644 (file)
             }
         },
         "HeadBucketOutput":{
+            "type":"structure",
             "members":{
                 "ObjectCount":{
                     "shape":"ObjectCount",