]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/radosgw_admin_rest: replace boto2 with boto3 67095/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 17 Feb 2026 19:45:47 +0000 (14:45 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 23 Feb 2026 21:08:47 +0000 (16:08 -0500)
commita7f557c3fb3b89569356c26d4da32d5c5922f324
tree11c85dafc9db5664ef37c6526c6ab9d8eaa49e63
parent9aa7f82664ffab36cfc8cd4857147ab98f8710f9
qa/radosgw_admin_rest: replace boto2 with boto3

replace the boto2 connection with a boto3 client for bucket/object
creation

aws credentials are passed into rgwadmin_rest() as an instance of
botocore.auth.SigV4Auth

build_admin_request() now returns an instance of
botocore.awsrequest.AWSRequest instead of
boto.connection.AWSAuthConnection

Fixes: https://tracker.ceph.com/issues/74591
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/radosgw_admin_rest.py