While fetching object from the cloud-endpoint, we need not set headers
used internally within RGW. Some of these headers are resulting in
403 error for GET response while using PoINT S3 cloud service.
Fixes: https://tracker.ceph.com/issues/69941
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit
a4f0ba46067187aeadb361249c12535af74677cf)
/* init input connection */
req_params.get_op = !head;
- req_params.prepend_metadata = true;
- req_params.rgwx_stat = true;
- req_params.sync_manifest = true;
- req_params.skip_decrypt = true;
ret = tier_ctx.conn.get_obj(tier_ctx.dpp, dest_obj, req_params, true /* send */, &in_req);
if (ret < 0) {