Description of problem: This is for the epic https://jsw.ibm.com/browse/ISCE-1472 While validating cloud-restore feature with PoINT archival S3 gateway emulator, it was found that GET request fails with 403 error due to below reason - Currently PAG does not alphabetically sort unknown query parameters before calculation the signature of the request. As a result the calculated signature differs from that the S3 client software has calculated before sending the request and this causes that the request is rejected. << https://www.point.de/en/solutions/functions/cloud-and-object-storage-integration/ PAG server might fix this issue but meanwhile, since these headers are custom and internal to RGW, they are not needed and can be omitted while fetching object from external cloud-service. Upstream tracker: https://tracker.ceph.com/issues/69238 PR : https://github.com/ceph/ceph/pull/61090 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: