]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/bucket-logging: handle SigV2 presigned URLs 68540/head
authorNithya Balachandran <nithya.balachandran@ibm.com>
Wed, 22 Apr 2026 09:31:34 +0000 (09:31 +0000)
committerNithya Balachandran <nithya.balachandran@ibm.com>
Fri, 24 Apr 2026 04:39:19 +0000 (04:39 +0000)
commit992283a7087e9d26a51755947433b14ddc8711e7
tree4180814ac6161b057ce34cc1d8acd5f67b4dc90c
parent78ba2e5fc63527cc8017e48ecfa1619f7c98464f
rgw/bucket-logging: handle SigV2 presigned URLs

Presigned URLs using SigV2 do not contain x-amz-credential causing the
log record field Authentication Type to be incorrectly set to '-'.
This has been fixed to check for the presence of the x-amz-expires and Expires
parameters instead.

Fixes: https://tracker.ceph.com/issues/76206
Signed-off-by: Nithya Balachandran <nithya.balachandran@ibm.com>
src/rgw/rgw_auth_s3.cc