]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/auth: do_aws4_auth_completion() catches exceptions 55727/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 23 Feb 2024 14:02:29 +0000 (09:02 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 23 Feb 2024 14:02:31 +0000 (09:02 -0500)
commitf953c419d6992c8124f3e123ae8030d6a45ffd1a
tree728737b4461049ae0ce03889db133727cb1355bc
parent87f6091b9e3c22af23199d5dc07c1ba57029ea6b
rgw/auth: do_aws4_auth_completion() catches exceptions

AWSv4ComplMulti::complete() throws exceptions on errors, but nothing
catches these

Fixes: https://tracker.ceph.com/issues/64549
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_op.cc